Width Property (InputFlowPanel)
In This Topic
Gets or sets the width of the component. Set to -1 to have the component calculate it automatically.
Syntax
'Declaration
Public Overridable Property Width As Integer
public virtual int Width {get; set;}
See Also