Interface IAccessibleRelation
Definition
- Namespace:
- ElmSharp.Accessible
- Assembly:
- ElmSharp.dll
- API Level:
- preview
IAccessibleRelation is an interface, which defines the relationship between two accessible objects.
C#Copypublic interface IAccessibleRelation
Properties
Declaration
C#CopyAccessibleObject Target { get; set; }
Property Value
Type | Description |
---|---|
AccessibleObject |
API Level: preview
Declaration
C#Copyint Type { get; }
Property Value
Type | Description |
---|---|
System.Int32 |