Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
- API Level:
- 3
A class encapsulating the input method map.
- Inheritance
-
System.Object
InputMethod
Constructors
Declaration
API Level: 3
Properties
Declaration
public InputMethod.ActionButtonTitleType ActionButton { get; set; }
Property Value
API Level: 3
Declaration
public InputMethod.AutoCapitalType AutoCapital { get; set; }
Property Value
API Level: 3
View Source
Gets or sets the variation for normal layout.
Declaration
public InputMethod.NormalLayoutType NormalVariation { get; set; }
Property Value
API Level: 3
View Source
Gets or sets the variation for the number only layout.
Declaration
public InputMethod.NumberOnlyLayoutType NumberOnlyVariation { get; set; }
Property Value
API Level: 3
Declaration
public PropertyMap OutputMap { get; }
Property Value
API Level: 3
Declaration
public InputMethod.PanelLayoutType PanelLayout { get; set; }
Property Value
API Level: 3
View Source
Gets or sets the variation for the password layout.
Declaration
public InputMethod.PasswordLayoutType PasswordVariation { get; set; }
Property Value
API Level: 3
Declaration
public int Variation { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
API Level: 3