Gets or Sets the Height of the Control.

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

Syntax

C#
[LayoutAttribute(LayoutType.Appearance)]
[JsonAttribute(true)]
[C1CategoryAttribute("Category.Appearance")]
public override Unit Height { get; set; }
Visual Basic (Declaration)
<LayoutAttribute(LayoutType.Appearance)> _
<JsonAttribute(True)> _
<C1CategoryAttribute("Category.Appearance")> _
Public Overrides Property Height As Unit
	Get
	Set

See Also