[]
Displays the radial menu at the specified position.
public void Show(FrameworkElement placementTarget, Point offset)
Public Sub Show(placementTarget As FrameworkElement, offset As Point)
| Type | Name | Description |
|---|---|---|
| FrameworkElement | placementTarget | Specifies the control to which the context menu is associated. |
| Point | offset | The offset coordinates where the context menu will be displayed. These coordinates are relative to the control specified in the control parameter. |
This method shows menu in the collapsed state.
Displays the radial menu at the specified position.
public void Show(FrameworkElement placementTarget, Point offset, bool expand)
Public Sub Show(placementTarget As FrameworkElement, offset As Point, expand As Boolean)
| Type | Name | Description |
|---|---|---|
| FrameworkElement | placementTarget | Specifies the control to which the context menu is associated. |
| Point | offset | The offset coordinates where the context menu will be displayed. These coordinates are relative to the control specified in the control parameter. |
| bool | expand | Specifies whhether menu should be expanded at opening. |