Enum PlacementMode
Specifies the preferred location for positioning a ToolTip relative to a visual element.
Namespace: System.Windows.Controls.Primitives
Assembly: OpenSilver.dll
Syntax
public enum PlacementMode
Fields
Name | Description |
---|---|
Bottom | Indicates that the preferred location of the tooltip is at the bottom of the target element. |
Left | Indicates that the preferred location of the tooltip is at the left of the target element. |
Mouse | Indicates that the preferred location of the tooltip is at the mouse pointer location. |
Right | Indicates that the preferred location of the tooltip is at the right of the target element. |
Top | Indicates that the preferred location of the tooltip is at the top of the target element. |