Basic Library for WPF and Silverlight | ComponentOne
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
    public Size Size {get; set;}
    See Also