ToolTipGetPlacement Method
Gets the value of the ToolTip.Placement attached property.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static PlacementMode GetPlacement(
Control element
)
Public Shared Function GetPlacement (
element As Control
) As PlacementMode
static member GetPlacement :
element : Control -> PlacementMode
- element Control
- The control to get the property from.
PlacementMode
A value indicating how the tool tip is positioned.