Xamarin.Forms by Microsoft

<PackageReference Include="Xamarin.Forms" Version="4.1.0.555618" />

 Label

public static class Label
Provides access to the font weight for labels on the Tizen platform.
public static readonly BindableProperty FontWeightProperty

Backing store for the attached property that controls the font weight.

public static string GetFontWeight(BindableObject element)

Returns the font weight for the label text.

public static string GetFontWeight(this IPlatformElementConfiguration<Tizen, Label> config)

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

public static void SetFontWeight(BindableObject element, string weight)

Sets the font weight on the label text.

Sets the font weight on the label text.