ArrowType Enumeration

Specifies the arrow's position.

Definition

Namespace: BeeMobile.Valve
Assembly: BeeMobile.Valve.NET48 (in BeeMobile.Valve.NET48.dll) Version: 4.8.0.1
C#
public enum ArrowType

Members

LeftOrAbove0 The arrow will be either on the left side of the valve or above the valve (depending on its Orientation).
RightOrBelow1 The arrow will be either on the right side of the valve or below the valve (depending on its Orientation).

See Also