Skip to main content

BootstrapRangeSelectorSliderMarker.PaddingLeftRight Property

Specifies the empty space between the marker’s left and right borders and the marker’s text.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[DefaultValue(4)]
public int PaddingLeftRight { get; set; }

Property Value

Type Default Description
Int32 4

An integer value specifying the padding size.

See Also