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

BootstrapRangeSelectorSliderMarker.PaddingTopBottom Property

Specifies the empty space between the marker’s top and bottom borders and the marker’s text.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

[DefaultValue(2)]
public int PaddingTopBottom { get; set; }

Property Value

Type Default Description
Int32 2

An integer value specifying the padding size.

See Also