RadialContextMenuControl Members
Represents a radial menu.Constructors
| Name | Description |
|---|---|
| RadialContextMenuControl() | Initializes a new instance of the RadialContextMenuControl class. |
Fields
| Name | Description |
|---|---|
| BoundWidthProperty static | Identifies the RadialContextMenuControl.BoundWidth dependency property. |
| CloseCommandParameterProperty static | Identifies the RadialContextMenuControl.CloseCommandParameter dependency property. |
| CloseCommandProperty static | Identifies the RadialContextMenuControl.CloseCommand dependency property. |
| CommandSegmentBoundWidthProperty static | Identifies the RadialContextMenuControl.CommandSegmentBoundWidth dependency property. |
| CurrentItemProperty static | Identifies the RadialContextMenuControl.CurrentItem dependency property. |
| RootItemProperty static | Identifies the RadialContextMenuControl.RootItem dependency property. |
Properties
| Name | Description |
|---|---|
| BoundWidth | This is a dependency property. |
| CloseCommand | Gets or sets a command executed when the end-user closes the radial menu. This is a dependency property. |
| CloseCommandParameter | Gets or sets the RadialContextMenuControl.CloseCommand parameter. This is a dependency property. |
| CommandSegmentBoundWidth | This is a dependency property. |
| CurrentItem | This is a dependency property. |
| NavigateCommand | |
| RootItem | This is a dependency property. |
Methods
| Name | Description |
|---|---|
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also