A newer version of this page is available.
Switch to the current version.
BaseGradientBrushObject.EndColor Property
Gets or sets the color of the gradient brush at the end point.
Namespace: DevExpress.XtraGauges.Core.Drawing
Assembly: DevExpress.XtraGauges.v18.2.Core.dll
Declaration
[XtraSerializableProperty]
public Color EndColor { get; set; }
<XtraSerializableProperty>
Public Property EndColor As Color
Property Value
Type | Description |
---|---|
Color | A Color value that specifies the color of the gradient brush at the end point. |
See Also
Feedback