Skip to main content

BootstrapRangeSelectorScaleMarker.TextTopIndent Property

Specifies the space between the marker’s label and the top edge of the marker’s separator.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[DefaultValue(11)]
public int TextTopIndent { get; set; }

Property Value

Type Default Description
Int32 11

An integer value specifying the indent size.

See Also