[]
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 = "Normal", GroupName = "CommonStates")]
[TemplateVisualState(Name = "MouseOver", GroupName = "CommonStates")]
[TemplateVisualState(Name = "Focused", GroupName = "CommonStates")]
[TemplateVisualState(Name = "Disabled", GroupName = "CommonStates")]
[TemplateVisualState(Name = "Indented", GroupName = "IndentedStates")]
[TemplateVisualState(Name = "NonIndented", GroupName = "IndentedStates")]
public class C1MenuSeparator : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IDisposable
| Name | Description |
|---|---|
| C1MenuSeparator() | Initializes a new instance of the C1MenuSeparator class. |
| Name | Description |
|---|---|
| IndentBackgroundProperty | Identifies the IndentBackground dependency property. |
| IsIndentedProperty | Identifies the IsIndented dependency property. |
| OrientationProperty | Identifies the Orientation dependency property. |
| Name | Description |
|---|---|
| IndentBackground | Gets or sets the brush used to paint the Indent band at the left. |
| IsDisposed | Gets whether this instance is disposed. |
| IsFocused | Gets whether the control is focused. |
| IsIndented | Gets or sets whether the Indent band is displayed. |
| 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. |
| ChangeVisualStateIndented(bool) | Updates the current visual state of the Indented visual state group to match the object's properties. |
| Dispose() | |
| Dispose(bool) | |
| Finalize() | Finalizes this instance of the C1MenuSeparator class. |
| OnApplyTemplate() |