Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1IconTemplate Class / Template Property

In This Topic
    Template Property
    In This Topic
    Gets or sets the template containing the icon.
    Syntax
    'Declaration
     
    
    Public Property Template As DataTemplate
    public DataTemplate Template {get; set;}
    See Also