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

BootstrapRangeSelectorScaleLabel.TopIndent Property

Specifies the spacing between scale labels and the background’s bottom edge.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

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

Property Value

Type Default Description
Int32 7

An integer value specifying the indent size.

See Also