Class PreEditAttribute
Definition
- Namespace:
- Tizen.Uix.InputMethod
- Assembly:
- Tizen.Uix.InputMethod.dll
- API Level:
- 4
This class represents the attributes for the pre-edit string.
public class PreEditAttribute
- Inheritance
-
PreEditAttribute
Properties
View SourceLength
The character length of this attribute, the range is [Start, Start+Length].
Declaration
public uint Length { get; set; }
Property Value
Type | Description |
---|---|
UInt32 |
API Level: 4
View SourceStart
The start position in the string of this attribute.
Declaration
public uint Start { get; set; }
Property Value
Type | Description |
---|---|
UInt32 |
API Level: 4
View SourceType
The type of this attribute.
Declaration
public AttributeType Type { get; set; }
Property Value
Type | Description |
---|---|
AttributeType |
API Level: 4
View SourceValue
The value of this attribute.
Declaration
public uint Value { get; set; }
Property Value
Type | Description |
---|---|
UInt32 |