Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1Separator Class
Members

In This Topic
    C1Separator Class
    In This Topic
    Control that is used to separate items in menus and toolbar.
    Object Model
    C1Separator Class
    Syntax
    'Declaration
     
    
    <TemplatePartAttribute(Name="HorizontalTemplate", Type=System.Windows.FrameworkElement)>
    <TemplateVisualStateAttribute(Name="Normal", GroupName="CommonStates")>
    Public Class C1Separator 
       Inherits System.Windows.Controls.Control
    [TemplatePart(Name="HorizontalTemplate", Type=System.Windows.FrameworkElement)]
    [TemplateVisualState(Name="Normal", GroupName="CommonStates")]
    public class C1Separator : System.Windows.Controls.Control 
    Inheritance Hierarchy

    System.Object
       System.Windows.DependencyObject
          System.Windows.UIElement
             System.Windows.FrameworkElement
                System.Windows.Controls.Control
                   C1.Silverlight.C1Separator

    See Also