Class ChildOf

    Definition

    Namespace:
    ElmSharp.Accessible
    Assembly:
    ElmSharp.dll

    To define the child for an accessible object.

    [Obsolete("This has been deprecated in API12")]
    public class ChildOf : IAccessibleRelation
    Inheritance
    object
    ChildOf
    Implements
    IAccessibleRelation

    Properties

    View Source

    Target

    Gets or sets the target object, which is ChildOf.

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

    Type

    Gets the ChildOf type.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public int Type { get; }
    Property Value
    Type Description
    int

    Implements

    IAccessibleRelation
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX