Table of Contents

Enum Alignment

Namespace
SimulationFramework
Assembly
SimulationFramework.dll

Specifies how a shape should be aligned to it's position.

public enum Alignment

Fields

BottomCenter = 7

The center of the bottom edge of the shape.

BottomLeft = 6

The lower-left corner of the shape.

BottomRight = 8

The lower-right corner of the shape.

Center = 4

The middle of the shape.

CenterLeft = 3

The center of the left edge of the shape.

CenterRight = 5

The center of the right edge of the shape.

TopCenter = 1

The center of the top edge of the shape.

TopLeft = 0

The upper-left corner of the shape.

TopRight = 2

The upper-right corner of the shape.