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