Extended Library for UWP | ComponentOne
C1.UWP.Extended Assembly / C1.Xaml.Extended Namespace / C1ColorButton Class / IsSelected Property

In This Topic
    IsSelected Property
    In This Topic
    Gets or sets whether the color that represent the button is the selected or not.
    Syntax
    'Declaration
     
    Public Property IsSelected As Boolean
    public bool IsSelected {get; set;}
    See Also