Class LabelledBy

Definition

Namespace:
ElmSharp.Accessible
Assembly:
ElmSharp.dll

To define the label info for an accessible object.

C#
Copy
[Obsolete("This has been deprecated in API12")] public class LabelledBy : IAccessibleRelation
Inheritance
object
LabelledBy
Implements

Properties

View Source

Target

Gets or sets the target object, which is LabelledBy.

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

Type

Gets the LabelledBy type.

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

Implements