SetPlacement Method
Sets the value of the ToolTip.Placement attached property.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public static void SetPlacement(
Control element,
PlacementMode value
)
Public Shared Sub SetPlacement (
element As Control,
value As PlacementMode
)
static member SetPlacement :
element : Control *
value : PlacementMode -> unit
Parameters
- Control
- The control to get the property from.
- PlacementMode
- A value indicating how the tool tip is positioned.