Width Property (Rectangle)
Gets or sets the width of rectangle annotation.
public double Width {get; set;}
'Declaration
Public Property Width As Double
'Usage
Dim instance As Rectangle
Dim value As Double
instance.Width = value
value = instance.Width