Gets or sets the height of SuperPanel.
Namespace:
C1.Web.UI.Controls.C1SuperPanelAssembly: 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 |
Field Value
Return Value
A Unit that represents the height of the control. The default is Empty.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentException | The height was set to a negative value. |