Creates a linear gradient brush with specified properties.
The settings for creating a linear gradient brush.
Creates a linear gradient brush with specified properties.
An object manager that controls the lifetime of the LinearGradientBrush object.
The settings for creating a linear gradient brush.
Gets the ending gradient color.
Gets the end point of the linear gradient brush. (0, 0) is the top-left corner, (1, 1) is the bottom-right corner.
Gets the array of gradient stops.
Gets the reference to the object.
Gets the owner ObjectManager instance.
Gets the starting gradient color.
Gets the start point of the linear gradient brush. (0, 0) is the top-left corner, (1, 1) is the bottom-right corner.
Gets the type of the brush.
Detaches the object from the ObjectManager and deallocates its memory, if possible.
Rebinds the object from the current ObjectManager to the specified one.
The new ObjectManager for the object.
Represents a linear gradient brush.