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

BaseGradientBrushObject.GradientStopsComparer.Compare(GradientStop, GradientStop) Method

Namespace: DevExpress.XtraGauges.Core.Drawing

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

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