Table of Contents

Enum VerticalMode

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

Fields

Center = 2

Y-values are interpreted as down-ward distance from the center

FromBottom = 1

Y-values are interpreted as up-ward distance from the bottom border

FromTop = 0

Y-values are interpreted as down-ward distance from the top border

See Also