Gets or sets a
System.Int32 value that represents the width, in pixels, of the shape.
public double Width {get; set;}
'Declaration
Public Property Width As Double
'Usage
Dim instance As Shape
Dim value As Double
instance.Width = value
value = instance.Width
Property Value
The width of the shape.