Enum
RadialMenuAttachTriggers

Defines the triggers that opens the RadRadialMenu.

Definition

Namespace:Telerik.UI.Xaml.Controls.Navigation

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
[Flags]
public enum RadialMenuAttachTriggers

Fields

Focused

RadRadialMenu is opened when the target element gets focus.

Declaration

cs-api-definition
Focused = 8

Field Value

RadialMenuAttachTriggers

None

RadRadialMenu cannot be opened with an automatic trigger.

Declaration

cs-api-definition
None = 1

Field Value

RadialMenuAttachTriggers

PointerOver

RadRadialMenu is opened when pointer over event occurs on the target element.

Declaration

cs-api-definition
PointerOver = 4

Field Value

RadialMenuAttachTriggers

PointerPressed

RadRadialMenu is opened when pointer press event occurs on the target element.

Declaration

cs-api-definition
PointerPressed = 2

Field Value

RadialMenuAttachTriggers

PressedOrFocused

RadRadialMenu is opened when the target element gets focus or press action.

Declaration

cs-api-definition
PressedOrFocused = PointerPressed | Focused

Field Value

RadialMenuAttachTriggers