ComponentOne FinancialChart for WPF
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 Size
'Usage
 
Dim instance As ArcSegmentDef
Dim value As Size
 
instance.Size = value
 
value = instance.Size
public Size Size {get; set;}
public:
property Size Size {
   Size get();
   void set (    Size value);
}
See Also

Reference

ArcSegmentDef Class
ArcSegmentDef Members