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

In This Topic
    AutoCollapse Property
    In This Topic
    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 System.Boolean
    public System.bool AutoCollapse {get; set;}
    See Also