ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1IconTemplate Class / Template Property

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