PocketPlanner Programmer's Guide

TextAlignment Enumeration

See Also

Specifies the alignment of text on the drawing surface.

Namespace: MindFusion.Drawing
Assembly: PocketPlanner

Syntax

C#

public enum TextAlignment

Visual Basic

Public Enumeration TextAlignment

Members

  Member name Description

AlignmentFlag

For internal use only.

 This value is available only in Planner.NET.

BottomCenter

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

 This value is available only in Planner.NET.

BottomLeft

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

 This value is available only in Planner.NET.

BottomRight

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

 This value is available only in Planner.NET.

MiddleCenter

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

MiddleLeft

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

 This value is available only in Planner.NET.

MiddleRight

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

 This value is available only in Planner.NET.

NoWrap

The only flag that can be combines with any of the alignment flags. Specifies that the drawn text should not wrap when the text does not fit in a single line.

 This value is available only in Planner.NET.

TopCenter

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

TopLeft

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

TopRight

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

 This value is available only in Planner.NET.

Unspecified

No alignment is specified.

See Also

MindFusion.Drawing Namespace