Entry 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 entry controls on the Tizen platform.
public ref class Entry abstract sealed
public static class Entry
type Entry = class
Public Module Entry
- Inheritance
-
Entry
Fields
FontWeightProperty |
Bindable property for FontWeight. |
Methods
GetFontWeight(BindableObject) |
Returns the font weight for the entry text. |
GetFontWeight(IPlatformElementConfiguration<Tizen,Entry>) |
Returns a string representation of the font weight for the entry text. |
SetFontWeight(BindableObject, String) |
Sets the font weight on the entry text. |
SetFontWeight(IPlatformElementConfiguration<Tizen,Entry>, String) |
Sets the font weight on the entry 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.