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
-
Properties
View Source
The character length of this attribute, the range is [Start, Start+Length].
Declaration
public uint Length { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
API Level: 4
View Source
The start position in the string of this attribute.
Declaration
public uint Start { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
API Level: 4
Declaration
public AttributeType Type { get; set; }
Property Value
API Level: 4
Declaration
public uint Value { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
API Level: 4