Show / Hide Table of Contents

    Class ChildOf

    Definition

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

    To define the child for an accessible object.

    public class ChildOf : IAccessibleRelation
    Inheritance
    Object
    ChildOf
    Implements
    IAccessibleRelation

    Properties

    View Source

    Target

    Gets or sets the target object, which is ChildOf.

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

    Type

    Gets the ChildOf type.

    Declaration
    public int Type { get; }
    Property Value
    Type Description
    Int32
    API Level: preview

    Implements

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