Gets or sets the width.
Namespace:
C1.Web.UI.Controls.C1SuperPanelAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
| C# |
|---|
[DefaultValueAttribute(typeof(Unit), "")] public Unit Width { get; set; } |
| Visual Basic (Declaration) |
|---|
<DefaultValueAttribute(GetType(Unit), "")> _ Public Property Width As Unit Get Set |