Control that is used to separate items in menus and toolbar.
Namespace:
C1.WPFAssembly: C1.WPF (in C1.WPF.dll)
Syntax
C# |
---|
[TemplateVisualStateAttribute(Name = "MouseOver", GroupName = "CommonStates")] [TemplatePartAttribute(Name = "VerticalTemplate", Type = typeof(FrameworkElement))] [TemplateVisualStateAttribute(Name = "Disabled", GroupName = "CommonStates")] [TemplateVisualStateAttribute(Name = "Normal", GroupName = "CommonStates")] [TemplatePartAttribute(Name = "HorizontalTemplate", Type = typeof(FrameworkElement))] public class C1Separator : Control |
Visual Basic |
---|
<TemplateVisualStateAttribute(Name := "MouseOver", GroupName := "CommonStates")> _ <TemplatePartAttribute(Name := "VerticalTemplate", Type := GetType(FrameworkElement))> _ <TemplateVisualStateAttribute(Name := "Disabled", GroupName := "CommonStates")> _ <TemplateVisualStateAttribute(Name := "Normal", GroupName := "CommonStates")> _ <TemplatePartAttribute(Name := "HorizontalTemplate", Type := GetType(FrameworkElement))> _ Public Class C1Separator _ Inherits 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
System.Windows.Threading..::..DispatcherObject
System.Windows..::..DependencyObject
System.Windows.Media..::..Visual
System.Windows..::..UIElement
System.Windows..::..FrameworkElement
System.Windows.Controls..::..Control
C1.WPF..::..C1Separator