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

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