In This Topic
Gets or sets the width.
Syntax
'Declaration
Public Property Width As Double
'Usage
Dim instance As C1Size
Dim value As Double
instance.Width = value
value = instance.Width
public double Width {get; set;}
Property Value
The width.
See Also