ComponentOne DateTimeEditors for WPF
C1.WPF.DateTimeEditors Namespace / C1TimeEditor Class / IncreaseIconTemplate Property

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