ComponentOne FinancialChart for WPF
C1.WPF 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 Boolean
    'Usage
     
    
    Dim instance As C1RadialMenu
    Dim value As Boolean
     
    value = instance.IsCollapsed
    public bool IsCollapsed {get;}
    public:
    property bool IsCollapsed {
       bool get();
    }
    See Also