ILinearGradientBrush class

ILinearGradientBrush class

Defines brush interface with a linear gradient.

The ILinearGradientBrush type exposes the following members:

Properties

PropertyDescription
rectGet a rectangular region that defines the starting and ending points of the gradient.
start_colorGet the starting color of the linear gradient.
end_colorGet the ending color of the linear gradient.
start_pointGet the starting point of the linear gradient.
end_pointGet the starting point of the linear gradient.
angleGets the angle, measured in degrees clockwise from the x-axis, of the gradient’s orientation line.
interpolation_colorsGet the interpolation colors that defines a multicolor linear gradient.
blend_positionsGet the blend positions that define a custom falloff for the gradient.
blend_factorsGet the blend factors that define a custom falloff for the gradient.
transformation_matrixGet the transform. The transform defines a local geometric transform for this brush.
wrap_modeGets or sets the wrap mode. Wrap mode specifies how a texture or gradient is tiled
when it is smaller than the area being filled.
typeGet type of brush;

See Also