Skip to main content

IRangeControlClient.GetSnappedValue(Object, Boolean) Method

Gets the snapped value corresponding to the specified real value.

Namespace: DevExpress.UI.Xaml.Controls

Assembly: DevExpress.UI.Xaml.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

object GetSnappedValue(
    object value,
    bool isLeft
)

Parameters

Name Type Description
value Object

An object that is the real value.

isLeft Boolean

true, to snap the value downwards; otherwise, false.

Returns

Type Description
Object

An object that is the snapped value.

See Also