ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1RadialMenuItem Class / ExpandArc Property

In This Topic
    ExpandArc Property
    In This Topic
    Gets the definition of expand area arc segment.
    Syntax
    'Declaration
     
    Public Property ExpandArc As ArcSegmentDef
    public ArcSegmentDef ExpandArc {get; set;}
    Remarks
    This property is set by the C1RadialPanel panel.
    See Also