ComponentOne FinancialChart for WPF
C1.WPF Namespace / ArcSegmentDef Class / Size Property



In This Topic
    Size Property (ArcSegmentDef)
    In This Topic
    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