
'Declaration
<TemplatePartAttribute(Name="VerticalTemplate", Type=System.Windows.FrameworkElement)> <TemplateVisualStateAttribute(Name="Indented", GroupName="IndentedStates")> <RuntimeNamePropertyAttribute("Name")> <UsableDuringInitializationAttribute(True)> <XmlLangPropertyAttribute("Language")> <StyleTypedPropertyAttribute(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)> <UidPropertyAttribute("Uid")> <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)> Public Class C1MenuSeparator Inherits System.Windows.Controls.Control
[TemplatePart(Name="VerticalTemplate", Type=System.Windows.FrameworkElement)] [TemplateVisualState(Name="Indented", GroupName="IndentedStates")] [RuntimeNameProperty("Name")] [UsableDuringInitialization(true)] [XmlLangProperty("Language")] [StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)] [UidProperty("Uid")] [NameScopeProperty("NameScope", System.Windows.NameScope)] public class C1MenuSeparator : System.Windows.Controls.Control
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.Menu.C1MenuSeparator