Entry Class

Definition

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