ToolTipSetPlacement Method
Sets the value of the ToolTip.Placement attached property.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
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
- element Control
- The control to get the property from.
- value PlacementMode
- A value indicating how the tool tip is positioned.