Class DescribedBy
Definition
- Namespace:
- ElmSharp.Accessible
- Assembly:
- ElmSharp.dll
To define the description for an accessible object.
public class DescribedBy : IAccessibleRelation
- Inheritance
-
objectDescribedBy
- Implements
Properties
View SourceTarget
Gets or sets the target object, which is DescribedBy.
Declaration
public AccessibleObject Target { get; set; }
Property Value
Type | Description |
---|---|
AccessibleObject |
Type
Gets the DescribedBy type.
Declaration
public int Type { get; }
Property Value
Type | Description |
---|---|
int |