Skip to main content

LinearGradientBrushObject.EndPoint Property

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

Namespace: DevExpress.XtraGauges.Core.Drawing

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

NuGet Package: DevExpress.Gauges.Core

Declaration

public PointF2D EndPoint { get; set; }

Property Value

Type Description
DevExpress.XtraGauges.Core.Base.PointF2D

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

See Also