IRangeControlClient.NormalizedRulerDelta Property
This property should return the normalized distance between the ruler’s adjacent tickmarks.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Property Value
Type | Description |
---|---|
Double | An object that identifies the normalized distance between the ruler’s adjacent tickmarks. |
Remarks
A normalized value is calculated by dividing a regular value by the range’s length. Normalized values fall into the range between 0 and 1.
See Also