[]
Gets or sets the width of the field in twips.
[C1Category("Layout")]
[C1Description("FieldBase.Width", "The width of the field in twips.")]
[TypeConverter(typeof(PageUnitConverter))]
public double Width { get; set; }
<C1Category("Layout")>
<C1Description("FieldBase.Width", "The width of the field in twips.")>
<TypeConverter(GetType(PageUnitConverter))>
Public Property Width As Double