Class XGradientBrush
Defines a Brush with a linear gradient.
public abstract class XGradientBrush : XBrush
- Inheritance
-
XGradientBrush
- Derived
- Inherited Members
Constructors
XGradientBrush()
protected XGradientBrush()
Properties
ExtendLeft
Gets or sets a value indicating whether to extend the gradient beyond its bounds.
public bool ExtendLeft { get; set; }
Property Value
ExtendRight
Gets or sets a value indicating whether to extend the gradient beyond its bounds.
public bool ExtendRight { get; set; }