Gorgon
Show / Hide Table of Contents

Enum Alignment

Values for aligning.

Namespace: Gorgon.UI
Assembly: Gorgon.Core.dll
Syntax
public enum Alignment

Fields

Name Description
Center

Centered vertically and horizontally.

CenterLeft

Vertically centered, and left aligned.

CenterRight

Vertically centered, aligned to the right.

LowerCenter

Centered horizontally, aligned to the bottom.

LowerLeft

Lower left corner.

LowerRight

Lower right corner.

None

No alignment.

UpperCenter

Centered horizontally, aligned to the top.

UpperLeft

Upper left corner.

UpperRight

Upper right corner.

Extension Methods

GorgonNullExtensions.AsNullable<T>(object)
GorgonNullExtensions.IfNull<T>(object, T)
GorgonNullExtensions.IsNull(object)
  • Edit this page
  • View Source
In this article
Back to top Copyright 2023 - Licensed under the MIT license by Michael Winsor (Tape_Worm).
Send comments on this topic to the author