EnumRadialMenuAttachTriggers
Enum
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.
None
RadRadialMenu cannot be opened with an automatic trigger.
PointerOver
RadRadialMenu is opened when pointer over event occurs on the target element.
PointerPressed
RadRadialMenu is opened when pointer press event occurs on the target element.
PressedOrFocused
RadRadialMenu is opened when the target element gets focus or press action.
Declaration
cs-api-definition
PressedOrFocused = PointerPressed | Focused
Field Value