In This Topic
Gets or sets the width of the object.
Syntax
'Declaration
Public Overridable Property Width As Integer
'Usage
Dim instance As XShape
Dim value As Integer
instance.Width = value
value = instance.Width
public virtual int Width {get; set;}
See Also