Class FlowsTo

Definition

Namespace:
ElmSharp.Accessible
Assembly:
ElmSharp.dll

To define the custom reading order.

C#
Copy
public class FlowsTo : IAccessibleRelation
Inheritance
object
FlowsTo
Implements

Properties

View Source

Target

Gets or sets the target object, which is FlowsTo.

Declaration
C#
Copy
public AccessibleObject Target { get; set; }
Property Value
Type Description
AccessibleObject
View Source

Type

Gets the FlowsTo type.

Declaration
C#
Copy
public int Type { get; }
Property Value
Type Description
int

Implements