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
    object
    PreEditAttribute

    Properties

    View Source

    Length

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

    Declaration
    public uint Length { get; set; }
    Property Value
    Type Description
    uint
    View Source

    Start

    The start position in the string of this attribute.

    Declaration
    public uint Start { get; set; }
    Property Value
    Type Description
    uint
    View Source

    Type

    The type of this attribute.

    Declaration
    public AttributeType Type { get; set; }
    Property Value
    Type Description
    AttributeType
    View Source

    Value

    The value of this attribute.

    Declaration
    public uint Value { get; set; }
    Property Value
    Type Description
    uint
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX