Table of Contents

Enum HorizontalMode

Namespace
OmegaGUI.Model
Assembly
OmegaGUI.dll
public enum HorizontalMode
Extension Methods

Fields

Center = 2

X-values are interpreted as right-ward distance from the center

FromLeft = 0

X-values are interpreted as right-ward distance from the left border

FromRight = 1

X-values are interpreted as left-ward distance from the right border

See Also