[]
Control that is used to separate items in menus and toolbar.
public class C1MenuSeparator : Control, 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. |
| IsMouseOver | Gets whether the mouse is over the control. |
| 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() |