Label.SetFontWeight Method

Definition

Overloads

SetFontWeight(BindableObject, String)

Sets the font weight on the label text.

SetFontWeight(IPlatformElementConfiguration<Tizen,Label>, String)

Sets the font weight on the label text.

SetFontWeight(BindableObject, String)

Sets the font weight on the label text.

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

Parameters

element
BindableObject

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

weight
String

The new font weight value.

Applies to

SetFontWeight(IPlatformElementConfiguration<Tizen,Label>, String)

Sets the font weight on the label text.

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

Parameters

config
IPlatformElementConfiguration<Tizen,Label>

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

weight
String

The new font weight value.

Returns

IPlatformElementConfiguration<Tizen,Label>

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

Applies to