Skip to main content

RangeControlClientBase.ItemIntervalsPadding Property

Gets or sets the padding around interval items. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Controls

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public Thickness ItemIntervalsPadding { get; set; }

Property Value

Type Description
Thickness

A Windows.UI.Xaml.Thickness object that represents the thickness of a frame around interval items.

See Also