Label.GetFontWeight Method

Definition

Overloads

GetFontWeight(BindableObject)

Returns the font weight for the label text.

GetFontWeight(IPlatformElementConfiguration<Tizen,Label>)

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

GetFontWeight(BindableObject)

Returns the font weight for the label text.

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

Parameters

element
BindableObject

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

Returns

System.String

The font weight for the label text.

Applies to

GetFontWeight(IPlatformElementConfiguration<Tizen,Label>)

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

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

Parameters

config
IPlatformElementConfiguration<Tizen,Label>

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

Returns

System.String

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

Applies to