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
public:
property float Width {
float get();
void set ( float value);
}
Property Value
The width or horizontal component of this
AnnSize structure.