ComponentOne FinancialChart for WPF
AutoCollapse Property



C1.WPF Namespace > C1RadialMenu Class : AutoCollapse Property
Gets or sets a value indicating if the menu will auto collapse when the user clicks outside of it.
Syntax
'Declaration
 
Public Property AutoCollapse As Boolean
'Usage
 
Dim instance As C1RadialMenu
Dim value As Boolean
 
instance.AutoCollapse = value
 
value = instance.AutoCollapse
public bool AutoCollapse {get; set;}
public:
property bool AutoCollapse {
   bool get();
   void set (    bool value);
}
See Also

Reference

C1RadialMenu Class
C1RadialMenu Members