Table of Contents

Enum IndicatorPosition

Namespace
Nova.Avalonia.UI.Controls
Assembly
Nova.Avalonia.UI.dll

Specifies the position of a fortune indicator.

public enum IndicatorPosition

Fields

Bottom = 1

Indicator at the bottom, pointing up.

Left = 2

Indicator at the left, pointing right.

Right = 3

Indicator at the right, pointing left.

Top = 0

Indicator at the top, pointing down.