Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1RadialMenuItem Class / IsChecked Property

In This Topic
    IsChecked Property (C1RadialMenuItem)
    In This Topic
    Gets or sets a value that indicates whether the C1RadialMenuItem is checked.
    Syntax
    'Declaration
     
    
    Public Property IsChecked As Boolean
    public bool IsChecked {get; set;}
    See Also