Class InputMethod
Definition
- Assembly:
- Tizen.NUI.dll
A class encapsulating the input method map.
public class InputMethod
- Inheritance
-
objectInputMethod
Constructors
View SourceInputMethod()
The default constructor.
Declaration
public InputMethod()
Properties
View SourceActionButton
Gets or sets the action button.
Declaration
public InputMethod.ActionButtonTitleType ActionButton { get; set; }
Property Value
Type | Description |
---|---|
InputMethod.ActionButtonTitleType |
AutoCapital
Gets or sets the auto capital.
Declaration
public InputMethod.AutoCapitalType AutoCapital { get; set; }
Property Value
Type | Description |
---|---|
InputMethod.AutoCapitalType |
NormalVariation
Gets or sets the variation for normal layout.
Declaration
public InputMethod.NormalLayoutType NormalVariation { get; set; }
Property Value
Type | Description |
---|---|
InputMethod.NormalLayoutType |
NumberOnlyVariation
Gets or sets the variation for the number only layout.
Declaration
public InputMethod.NumberOnlyLayoutType NumberOnlyVariation { get; set; }
Property Value
Type | Description |
---|---|
InputMethod.NumberOnlyLayoutType |
OutputMap
Gets the input method map.
Declaration
public PropertyMap OutputMap { get; }
Property Value
Type | Description |
---|---|
PropertyMap |
PanelLayout
Gets or sets the panel layout.
Declaration
public InputMethod.PanelLayoutType PanelLayout { get; set; }
Property Value
Type | Description |
---|---|
InputMethod.PanelLayoutType |
PasswordVariation
Gets or sets the variation for the password layout.
Declaration
public InputMethod.PasswordLayoutType PasswordVariation { get; set; }
Property Value
Type | Description |
---|---|
InputMethod.PasswordLayoutType |
Variation
Gets or sets the variation.
Declaration
public int Variation { get; set; }
Property Value
Type | Description |
---|---|
int |