TabControl for WPF | ComponentOne
C1.WPF.TabControl Namespace / C1TabControl Class / PreviousIconTemplate Property

In This Topic
    PreviousIconTemplate Property
    In This Topic
    Gets or sets icon template of the previous button.
    Syntax
    'Declaration
     
    
    Public Property PreviousIconTemplate As C1.WPF.Core.C1IconTemplate
    public C1.WPF.Core.C1IconTemplate PreviousIconTemplate {get; set;}
    See Also