Compartilhar via


VisualElement.SetToolTip Method

Definition

Overloads

SetToolTip(BindableObject, String)

Sets the tooltip on a visual element.

SetToolTip(IPlatformElementConfiguration<Tizen,VisualElement>, String)

Sets the tooltip on a visual element.

SetToolTip(BindableObject, String)

Sets the tooltip on a visual element.

public static void SetToolTip (Xamarin.Forms.BindableObject element, string value);
static member SetToolTip : Xamarin.Forms.BindableObject * string -> unit

Parameters

element
BindableObject

The visual element whose tooltip to set.

value
System.String

The new tooltip value.

Applies to

SetToolTip(IPlatformElementConfiguration<Tizen,VisualElement>, String)

Sets the tooltip on a visual element.

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

Parameters

config
IPlatformElementConfiguration<Tizen,VisualElement>

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

value
System.String

The new tooltip value.

Returns

A fluent object on which the developer may make further method calls.

Applies to