Class AccessibilityRange

    Definition

    Namespace:
    Tizen.NUI.BaseComponents
    Assembly:
    Tizen.NUI.dll

    AccessibilityRange is used to store data related with Text.

    public class AccessibilityRange
    Inheritance
    object
    AccessibilityRange

    Properties

    View Source

    Content

    Text content in stored text.

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

    EndOffset

    End position in stored text.

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

    StartOffset

    Start position in stored text.

    Declaration
    public int StartOffset { get; set; }
    Property Value
    Type Description
    int

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX