Interface IAccessibleRelation

    Definition

    Namespace:
    ElmSharp.Accessible
    Assembly:
    ElmSharp.dll

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

    [Obsolete("This has been deprecated in API12")]
    public interface IAccessibleRelation

    Properties

    View Source

    Target

    Gets or sets the target object.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    AccessibleObject Target { get; set; }
    Property Value
    Type Description
    AccessibleObject
    View Source

    Type

    Gets the type.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    int Type { get; }
    Property Value
    Type Description
    int
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX