[]
        
(Showing Draft Content)

C1.Win.Command.RadialMenu.TooltipPlacementMode

TooltipPlacementMode Enum

Specifies the placement of where a C1RadialMenu tooltip appears on the screen.

Namespace: C1.Win.Command.RadialMenu
Assembly: C1.Win.Command.8.dll
Syntax
public enum TooltipPlacementMode

Fields

Name Description
Absolute

A position of the tooltip relative to the upper-left corner of the screen and at an offset that is defined by the HorizontalOffset and VerticalOffset property values.

Center

A position of the tooltip where it is centered over the PlacementTarget.

Custom

A position behavior for the tooltip that is defined by the CustomTooltipDisplaying delegate property.

Default

A position of the tooltip next to the radial menu on the right.

Mouse

A position of the tooltip relative to the tip of the mouse cursor and at an offset that is defined by the HorizontalOffset and VerticalOffset property values.

Relative

A position of the tooltip relative to the upper-left corner of the PlacementTarget and at an offset that is defined by the HorizontalOffset and VerticalOffset property values.