Gets or sets the unit of measure for this
AnnSize structure.
public AnnUnit Unit {get; set;}
'Declaration
Public Property Unit As AnnUnit
'Usage
Dim instance As AnnSize
Dim value As AnnUnit
instance.Unit = value
value = instance.Unit
public:
property AnnUnit Unit {
AnnUnit get();
void set ( AnnUnit value);
}
Property Value
An
AnnUnit value that represents the unit of measure for this
AnnSize structure.