Show / Hide Table of Contents

    Class LabelledBy

    To define the label info for an accessible object.

    Inheritance
    Object
    LabelledBy
    Implements
    IAccessibleRelation
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: ElmSharp.Accessible
    Assembly: ElmSharp.dll
    Syntax
    public class LabelledBy : IAccessibleRelation

    Properties

    Target

    Gets or sets the target object, which is LabelledBy.

    Declaration
    public AccessibleObject Target { get; set; }
    Property Value
    Type Description
    AccessibleObject
    API Version
    preview

    Type

    Gets the LabelledBy type.

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

    Implements

    IAccessibleRelation
    Back to top Copyright © 2016-2018 Samsung
    Generated by DocFX