ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1RadialMenu Class / IsCollapsed Property

In This Topic
    IsCollapsed Property
    In This Topic
    Gets a value that indicates whether the menue is collapsed.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsCollapsed As System.Boolean
    public System.bool IsCollapsed {get;}
    See Also