Table of Contents

TDrawingRectAlign Enumeration

How to position two rectangles relative to each other.

Syntax

Namespace: FlexCel.Core

Members

Name Value Description
TopLeft 0 Align at the top left.
Top 1 Align at the top.
TopRight 2 Align at the top right.
Left 3 Align at the left.
Center 4 Align at the center.
Right 5 Align at the right.
BottomLeft 6 Align at the bottom left.
Bottom 7 Align at the bottom.
BottomRight 8 Align at the bottom right.