Entry.GetFontWeight Method

Definition

Overloads

GetFontWeight(BindableObject)

Returns the font weight for the entry text.

GetFontWeight(IPlatformElementConfiguration<Tizen,Entry>)

Returns a string representation of the font weight for the entry text.

GetFontWeight(BindableObject)

Returns the font weight for the entry text.

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

Parameters

element
BindableObject

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

Returns

String

The font weight for the entry text.

Applies to

GetFontWeight(IPlatformElementConfiguration<Tizen,Entry>)

Returns a string representation of the font weight for the entry text.

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

Parameters

config
IPlatformElementConfiguration<Tizen,Entry>

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

Returns

String

A string representation of the font weight for the entry text.

Applies to