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

BootstrapRangeSelectorScaleMarker.SeparatorHeight Property

Specifies the height of the marker’s separator.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[DefaultValue(33)]
public int SeparatorHeight { get; set; }

Property Value

Type Default Description
Int32 33

An integer value specifying the separator’s height.

See Also