Class PreEditAttribute
Definition
- Namespace:
- Tizen.Uix.InputMethod
- Assembly:
- Tizen.Uix.InputMethod.dll
This class represents the attributes for the pre-edit string.
public class PreEditAttribute
- Inheritance
-
objectPreEditAttribute
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 |
---|---|
uint |
Start
The start position in the string of this attribute.
Declaration
public uint Start { get; set; }
Property Value
Type | Description |
---|---|
uint |
Type
The type of this attribute.
Declaration
public AttributeType Type { get; set; }
Property Value
Type | Description |
---|---|
AttributeType |
Value
The value of this attribute.
Declaration
public uint Value { get; set; }
Property Value
Type | Description |
---|---|
uint |