Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1TabItemPresenter Class / IsSelected Property

In This Topic
    IsSelected Property (C1TabItemPresenter)
    In This Topic
    Gets or sets a value indicating whether the element is currently selected.
    Syntax
    'Declaration
     
    
    Public Property IsSelected As Boolean
    public bool IsSelected {get; set;}
    See Also