Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1Menu Class / FirstLevelTemplate Property

In This Topic
    FirstLevelTemplate Property (C1Menu)
    In This Topic
    Represents the template to apply to all menu items at the first level.
    Syntax
    'Declaration
     
    
    <ObsoleteAttribute("Use C1Menu.FirstLevelStyle instead.", True)>
    Public Property FirstLevelTemplate As ControlTemplate
    [Obsolete("Use C1Menu.FirstLevelStyle instead.", true)]
    public ControlTemplate FirstLevelTemplate {get; set;}
    See Also