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

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.v19.1.dll

Declaration

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

Property Value

Type Default Description
Int32 4

An integer value specifying the padding size.

See Also