VisualElement.GetToolTip Method

Definition

Overloads

GetToolTip(BindableObject)

Returns the tooltip for the element.

GetToolTip(IPlatformElementConfiguration<Tizen,VisualElement>)

Returns the tooltip for the element.

GetToolTip(BindableObject)

Returns the tooltip for the element.

public static string GetToolTip (Xamarin.Forms.BindableObject element);
static member GetToolTip : Xamarin.Forms.BindableObject -> string

Parameters

element
BindableObject

The visual element whose tooltip to get.

Returns

String

The tooltip for the element.

Applies to

GetToolTip(IPlatformElementConfiguration<Tizen,VisualElement>)

Returns the tooltip for the element.

public static string GetToolTip (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Tizen,Xamarin.Forms.VisualElement> config);
static member GetToolTip : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Tizen, Xamarin.Forms.VisualElement> -> string

Parameters

config
IPlatformElementConfiguration<Tizen,VisualElement>

The platform configuration for the visual element whose tooltip to get.

Returns

String

The tooltip for the element.

Applies to