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



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