Represents the template to apply to all menu items at the first level.
Namespace:
C1.WPFAssembly: C1.WPF (in C1.WPF.dll)
Syntax
C# |
---|
[ObsoleteAttribute("Use C1Menu.FirstLevelStyle instead.", true)] public ControlTemplate FirstLevelTemplate { get; set; } |
Visual Basic |
---|
<ObsoleteAttribute("Use C1Menu.FirstLevelStyle instead.", True)> _ Public Property FirstLevelTemplate As ControlTemplate Get Set |