Label Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.