ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml 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 Windows.Foundation.Size
    public Windows.Foundation.Size Size {get; set;}
    See Also