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