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.

C#
Copy
public class PreEditAttribute
Inheritance
PreEditAttribute

Properties

View Source

Length

The character length of this attribute, the range is [Start, Start+Length].

Declaration
C#
Copy
public uint Length { get; set; }
Property Value
Type Description
System.UInt32
API Level: 4
View Source

Start

The start position in the string of this attribute.

Declaration
C#
Copy
public uint Start { get; set; }
Property Value
Type Description
System.UInt32
API Level: 4
View Source

Type

The type of this attribute.

Declaration
C#
Copy
public AttributeType Type { get; set; }
Property Value
Type Description
AttributeType
API Level: 4
View Source

Value

The value of this attribute.

Declaration
C#
Copy
public uint Value { get; set; }
Property Value
Type Description
System.UInt32
API Level: 4