C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / RenderInputComboBox Class / Width Property

In This Topic
Width Property (RenderInputComboBox)
In This Topic
Gets or sets the width of the current object.

May be specified as auto (Unit.Auto), a percentage of the parent's width (e.g. "50%"), an absolute value (using DefaultUnit), an absolute value with unit of measurement (e.g. "12mm"), or an expression referencing this and other objects (e.g. "Max(prev.width,6cm)").

Syntax
'Declaration
 
Public Property Width As Unit
 
See Also