Skip to main content
A newer version of this page is available. .

LinearGradientBrushObject.StartPoint Property

Gets or sets the starting two-dimensional coordinates of the linear gradient.

Namespace: DevExpress.XtraGauges.Core.Drawing

Assembly: DevExpress.XtraGauges.v18.2.Core.dll

Declaration

[XtraSerializableProperty]
public PointF2D StartPoint { get; set; }

Property Value

Type Description
DevExpress.XtraGauges.Core.Base.PointF2D

A PointF2D structure that specifies the starting two-dimensional coordinates of the linear gradient.

See Also