Compartilhar via


Entry.SetFontWeight Method

Definition

Overloads

SetFontWeight(BindableObject, String)

Sets the font weight on the entry text.

SetFontWeight(IPlatformElementConfiguration<Tizen,Entry>, String)

Sets the font weight on the entry text.

SetFontWeight(BindableObject, String)

Sets the font weight on the entry text.

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

Parameters

element
BindableObject

The entry element on the Tizen platform whose font weight icon to set.

weight
System.String

The new font weight value.

Applies to

SetFontWeight(IPlatformElementConfiguration<Tizen,Entry>, String)

Sets the font weight on the entry text.

public static Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Tizen,Xamarin.Forms.Entry> SetFontWeight (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Tizen,Xamarin.Forms.Entry> config, string weight);
static member SetFontWeight : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Tizen, Xamarin.Forms.Entry> * string -> Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Tizen, Xamarin.Forms.Entry>

Parameters

config
IPlatformElementConfiguration<Tizen,Entry>

The platform configuration for the entry element on the Tizen platform whose font weight icon to set.

weight
System.String

The new font weight value.

Returns

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

Applies to