Class PlessLinearGradientBrushHandler
Platformless linear gradient brush handler.
public class PlessLinearGradientBrushHandler : PlessBrushHandler, IBaseObject, IDisposableObject, ILinearGradientBrushHandler, IBrushHandler, IDisposable
- Inheritance
-
PlessLinearGradientBrushHandler
- Implements
Constructors
- PlessLinearGradientBrushHandler(LinearGradientBrush)
Initializes a new instance of the PlessLinearGradientBrushHandler class.
Properties
- EndPoint
Gets or sets the ending two-dimensional coordinates of the linear gradient.
- GradientStops
Gets or sets the GradientStop instances array defining the color transition in this brush.
- StartPoint
Gets or sets the starting two-dimensional coordinates of the linear gradient.
Methods
- Update(LinearGradientBrush)
Update native brush properties from the managed brush properties.