[]
        
(Showing Draft Content)

C1.WPF.C1RadialMenu.Show

Show Method

Show(FrameworkElement, Point)

Displays the radial menu at the specified position.

Declaration
public void Show(FrameworkElement placementTarget, Point offset)
Parameters
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.

Implements
Remarks

This method shows menu in the collapsed state.

Show(FrameworkElement, Point, bool)

Displays the radial menu at the specified position.

Declaration
public void Show(FrameworkElement placementTarget, Point offset, bool expand)
Parameters
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.