ComponentOne Input Library for WPF
C1.WPF.Input Namespace / C1Tag Class / CloseIconTemplate Property

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