Enum IndicatorPosition
Specifies the position of a fortune indicator.
public enum IndicatorPosition
Fields
Bottom = 1Indicator at the bottom, pointing up.
Left = 2Indicator at the left, pointing right.
Right = 3Indicator at the right, pointing left.
Top = 0Indicator at the top, pointing down.