LargeIconTemplate Property
In This Topic
Gets or sets the template used when the icon size is greater or equals to 24 pixels.
Syntax
'Declaration
Public Property LargeIconTemplate As C1.WPF.Core.C1IconTemplate
public C1.WPF.Core.C1IconTemplate LargeIconTemplate {get; set;}
See Also