[]
Control that is used to separate items in menus and toolbar.
[TemplatePart(Name = "VerticalTemplate", Type = typeof(FrameworkElement))]
[TemplatePart(Name = "HorizontalTemplate", Type = typeof(FrameworkElement))]
[TemplateVisualState(Name = "MouseOver", GroupName = "CommonStates")]
[TemplateVisualState(Name = "Disabled", GroupName = "CommonStates")]
[TemplateVisualState(Name = "Normal", GroupName = "CommonStates")]
public class C1Separator : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient
Name | Description |
---|---|
C1Separator() | Initializes a new instance of a C1Separator. |
Name | Description |
---|---|
FirstLevelTemplateProperty | Identifies the FirstLevelTemplate dependency property. |
OrientationProperty | Identifies the Orientation dependency property. |
Name | Description |
---|---|
FirstLevelTemplate | Represents the template to apply to all separator items used in the first level of the menu. |
Orientation | Gets or sets the direction of the separator. |
Name | Description |
---|---|
ChangeVisualStateCommon(bool) | Updates the current visual state of the Common visual state group to match the object's properties. |
OnApplyTemplate() | Builds the visual tree for the C1Separator control when a new template is applied. |
OnPropertyChanged(DependencyPropertyChangedEventArgs) | Invoked whenever the effective value of any dependency property has been updated. |
Name | Description |
---|---|
IsMouseOverChanged | Event raised when the IsMouseOver property has changed. |