Packagestimulsoft.flex.base.enums
Classpublic final class StiContentAlignment
InheritanceStiContentAlignment Inheritance Object

Specifies alignment of content on the drawing surface.



Public Constants
 ConstantDefined By
  BottomCenter : int = 512
[static] Content is vertically aligned at the bottom, and horizontally aligned at the center.
StiContentAlignment
  BottomLeft : int = 256
[static] Content is vertically aligned at the bottom, and horizontally aligned on the left.
StiContentAlignment
  BottomRight : int = 1024
[static] Content is vertically aligned at the bottom, and horizontally aligned on the right.
StiContentAlignment
  MiddleCenter : int = 32
[static] Content is vertically aligned in the middle, and horizontally aligned at the center.
StiContentAlignment
  MiddleLeft : int = 16
[static] Content is vertically aligned in the middle, and horizontally aligned on the left.
StiContentAlignment
  MiddleRight : int = 64
[static] Content is vertically aligned in the middle, and horizontally aligned on the right.
StiContentAlignment
  TopCenter : int = 2
[static] Content is vertically aligned at the top, and horizontally aligned at the center.
StiContentAlignment
  TopLeft : int = 1
[static] Content is vertically aligned at the top, and horizontally aligned on the left.
StiContentAlignment
  TopRight : int = 4
[static] Content is vertically aligned at the top, and horizontally aligned on the right.
StiContentAlignment
Constant Detail
BottomCenterConstant
public static const BottomCenter:int = 512

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

BottomLeftConstant 
public static const BottomLeft:int = 256

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

BottomRightConstant 
public static const BottomRight:int = 1024

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

MiddleCenterConstant 
public static const MiddleCenter:int = 32

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

MiddleLeftConstant 
public static const MiddleLeft:int = 16

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

MiddleRightConstant 
public static const MiddleRight:int = 64

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

TopCenterConstant 
public static const TopCenter:int = 2

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

TopLeftConstant 
public static const TopLeft:int = 1

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

TopRightConstant 
public static const TopRight:int = 4

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