Show / Hide Table of Contents

    Interface IAccessibleRelation

    Definition

    Namespace:
    ElmSharp.Accessible
    Assembly:
    ElmSharp.dll
    API Level:
    preview

    IAccessibleRelation is an interface, which defines the relationship between two accessible objects.

    public interface IAccessibleRelation

    Properties

    View Source

    Target

    Gets or sets the target object.

    Declaration
    AccessibleObject Target { get; set; }
    Property Value
    Type Description
    AccessibleObject
    API Level: preview
    View Source

    Type

    Gets the type.

    Declaration
    int Type { get; }
    Property Value
    Type Description
    Int32
    API Level: preview
    • View Source
    Back to top Copyright © 2016-2020 Samsung
    Generated by DocFX