Gets or sets the height of the slider.

Namespace:  C1.Web.UI.Controls.C1ProgressBar
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public override Unit Height { get; set; }
Visual Basic (Declaration)
Public Overrides Property Height As Unit
	Get
	Set

Remarks

The default value for this property is 24px.

See Also