Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

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

Property Value

Type Default Description
Int32 2

An integer value specifying the padding size.

See Also