Gets or sets the height of the Web server control.
Namespace:
C1.Web.EditorAssembly: C1.Web.Editor.2 (in C1.Web.Editor.2.dll)
Syntax
C# |
---|
[DefaultValueAttribute(typeof(Unit), "450px")] public Unit Height { get; set; } |
Visual Basic (Declaration) |
---|
<DefaultValueAttribute(GetType(Unit), "450px")> _ Public Property Height As Unit Get Set |