Table of Contents

Enum ContentAlignment

Namespace
System.Drawing
Assembly
nanoFramework.Graphics.Core.dll

Specifies alignment of content on the drawing surface.

public enum ContentAlignment

Fields

BottomCenter = 512

Content is vertically aligned at the bottom, and horizontally aligned at the center.

BottomLeft = 256

Content is vertically aligned at the bottom, and horizontally aligned on the left.

BottomRight = 1024

Content is vertically aligned at the bottom, and horizontally aligned on the right.

MiddleCenter = 32

Content is vertically aligned in the middle, and horizontally aligned at the center.

MiddleLeft = 16

Content is vertically aligned in the middle, and horizontally aligned on the left.

MiddleRight = 64

Content is vertically aligned in the middle, and horizontally aligned on the right.

TopCenter = 2

Content is vertically aligned at the top, and horizontally aligned at the center.

TopLeft = 1

Content is vertically aligned at the top, and horizontally aligned on the left.

TopRight = 4

Content is vertically aligned at the top, and horizontally aligned on the right.