Skip to main content

BootstrapRangeSelectorScaleMarker.TextLeftIndent Property

Specifies the space between the marker label and the marker separator.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[DefaultValue(7)]
public int TextLeftIndent { get; set; }

Property Value

Type Default Description
Int32 7

An integer value specifying the indent size.

See Also