Skip to main content

BaseGradientBrushObject.GradientStopsComparer.Compare(GradientStop, GradientStop) Method

Namespace: DevExpress.XtraGauges.Core.Drawing

Assembly: DevExpress.XtraGauges.v24.1.Core.dll

NuGet Package: DevExpress.Gauges.Core

Declaration

public int Compare(
    GradientStop x,
    GradientStop y
)

Parameters

Name Type
x DevExpress.XtraGauges.Core.Drawing.GradientStop
y DevExpress.XtraGauges.Core.Drawing.GradientStop

Returns

Type
Int32
See Also