Height of the scrollable area.

Namespace:  C1.Web.Command
Assembly:  C1.Web.Command.2 (in C1.Web.Command.2.dll)

Syntax

C#
[BrowsableAttribute(false)]
[DefaultValueAttribute(typeof(Unit), "")]
[NotifyParentPropertyAttribute(true)]
public Unit Height { get; set; }
Visual Basic (Declaration)
<BrowsableAttribute(False)> _
<DefaultValueAttribute(GetType(Unit), "")> _
<NotifyParentPropertyAttribute(True)> _
Public Property Height As Unit

See Also