ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1Menu Class / SeparatorStyle Property



In This Topic
    SeparatorStyle Property
    In This Topic
    Default style applied to the C1Separator located inside this C1Menu.
    Syntax
    'Declaration
     
    
    Public Property SeparatorStyle As Style
    'Usage
     
    
    Dim instance As C1Menu
    Dim value As Style
     
    instance.SeparatorStyle = value
     
    value = instance.SeparatorStyle
    public Style SeparatorStyle {get; set;}
    public:
    property Style^ SeparatorStyle {
       Style^ get();
       void set (    Style^ value);
    }
    See Also