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

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