Gets or sets the width or horizontal component this
AnnSize structure.
public float Width {get; set;}
'Declaration
Public Property Width As Single
'Usage
Dim instance As AnnSize
Dim value As Single
instance.Width = value
value = instance.Width
Property Value
The width or horizontal component of this
AnnSize structure.