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
See Also