Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1RadialNumericItem Class / IsChecked Property

In This Topic
    IsChecked Property (C1RadialNumericItem)
    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