| Package | stimulsoft.flex.base.enums |
| Class | public final class StiContentAlignment |
| Inheritance | StiContentAlignment Object |
| Constant | Defined 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 | ||
| BottomCenter | Constant |
public static const BottomCenter:int = 512Content is vertically aligned at the bottom, and horizontally aligned at the center.
| BottomLeft | Constant |
public static const BottomLeft:int = 256Content is vertically aligned at the bottom, and horizontally aligned on the left.
| BottomRight | Constant |
public static const BottomRight:int = 1024Content is vertically aligned at the bottom, and horizontally aligned on the right.
| MiddleCenter | Constant |
public static const MiddleCenter:int = 32Content is vertically aligned in the middle, and horizontally aligned at the center.
| MiddleLeft | Constant |
public static const MiddleLeft:int = 16Content is vertically aligned in the middle, and horizontally aligned on the left.
| MiddleRight | Constant |
public static const MiddleRight:int = 64Content is vertically aligned in the middle, and horizontally aligned on the right.
| TopCenter | Constant |
public static const TopCenter:int = 2Content is vertically aligned at the top, and horizontally aligned at the center.
| TopLeft | Constant |
public static const TopLeft:int = 1Content is vertically aligned at the top, and horizontally aligned on the left.
| TopRight | Constant |
public static const TopRight:int = 4Content is vertically aligned at the top, and horizontally aligned on the right.