ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1Separator Class
Members



In This Topic
    C1Separator Class
    In This Topic
    Control that is used to separate items in menus and toolbar.
    Syntax
    'Declaration
     
    
    <TemplatePartAttribute(Name="VerticalTemplate", Type=System.Windows.FrameworkElement)>
    <TemplateVisualStateAttribute(Name="MouseOver", GroupName="CommonStates")>
    <StyleTypedPropertyAttribute(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)>
    <XmlLangPropertyAttribute("Language")>
    <UsableDuringInitializationAttribute(True)>
    <RuntimeNamePropertyAttribute("Name")>
    <UidPropertyAttribute("Uid")>
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class C1Separator 
       Inherits System.Windows.Controls.Control
    'Usage
     
    
    Dim instance As C1Separator
    [TemplatePart(Name="VerticalTemplate", Type=System.Windows.FrameworkElement)]
    [TemplateVisualState(Name="MouseOver", GroupName="CommonStates")]
    [StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
    [XmlLangProperty("Language")]
    [UsableDuringInitialization(true)]
    [RuntimeNameProperty("Name")]
    [UidProperty("Uid")]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class C1Separator : System.Windows.Controls.Control 
    [TemplatePart(Name="VerticalTemplate", Type=System.Windows.FrameworkElement)]
    [TemplateVisualState(Name="MouseOver", GroupName="CommonStates")]
    [StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
    [XmlLangProperty("Language")]
    [UsableDuringInitialization(true)]
    [RuntimeNameProperty("Name")]
    [UidProperty("Uid")]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public ref class C1Separator : public System.Windows.Controls.Control 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             System.Windows.Media.Visual
                System.Windows.UIElement
                   System.Windows.FrameworkElement
                      System.Windows.Controls.Control
                         C1.WPF.C1Separator

    See Also