Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1TabControl Class / ItemContainerTransitions Property

In This Topic
    ItemContainerTransitions Property (C1TabControl)
    In This Topic
    Gets or sets the collection of Transition style elements that apply to the item containers of a C1ItemsControl.
    Syntax
    'Declaration
     
    
    Public Property ItemContainerTransitions As TransitionCollection
    public TransitionCollection ItemContainerTransitions {get; set;}
    See Also