ToolTip.

SetPlacement(Control, PlacementMode) Method

Summary

Sets the value of the ToolTip.Placement attached property.
Namespace
Avalonia.Controls
Containing Type
ToolTip

Syntax

public static void SetPlacement(Control element, PlacementMode value)

Parameters

Name Type Description
element Control The control to get the property from.
value PlacementMode A value indicating how the tool tip is positioned.

Return Value

Type Description
void