ComponentOne Basic Library for WPF and Silverlight
Size Property (ArcSegmentDef)


C1.WPF Namespace > ArcSegmentDef Class : Size Property
Gets or sets the x-radius and y-radius of the arc as a Size structure.
Syntax
'Declaration
 
Public Property Size As System.Windows.Size
'Usage
 
Dim instance As ArcSegmentDef
Dim value As System.Windows.Size
 
instance.Size = value
 
value = instance.Size
public System.Windows.Size Size {get; set;}
See Also

Reference

ArcSegmentDef Class
ArcSegmentDef Members