Label Class

Definition

Provides access to the font weight for labels on the Tizen platform.

public ref class Label abstract sealed
public static class Label
type Label = class
Public Module Label
Inheritance
Label

Fields

FontWeightProperty

Bindable property for FontWeight.

Methods

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.

SetFontWeight(BindableObject, String)

Sets the font weight on the label text.

SetFontWeight(IPlatformElementConfiguration<Tizen,Label>, String)

Sets the font weight on the label text.

Applies to