ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1Menu Class / FirstLevelTemplateProperty Field



In This Topic
    FirstLevelTemplateProperty Field (C1Menu)
    In This Topic
    Identifies the FirstLevelTemplate dependency property.
    Syntax
    'Declaration
     
    
    <ObsoleteAttribute("Use C1Menu.FirstLevelStyle instead.", True)>
    Public Shared ReadOnly FirstLevelTemplateProperty As DependencyProperty
    'Usage
     
    
    Dim value As DependencyProperty
     
    value = C1Menu.FirstLevelTemplateProperty
    [Obsolete("Use C1Menu.FirstLevelStyle instead.", true)]
    public static readonly DependencyProperty FirstLevelTemplateProperty
    [Obsolete("Use C1Menu.FirstLevelStyle instead.", true)]
    public:
    static readonly DependencyProperty^ FirstLevelTemplateProperty
    See Also