Package | stimulsoft.base.drawing.enums |
Class | public class StiStringAlignment |
Inheritance | StiStringAlignment ![]() |
Constant | Defined By | ||
---|---|---|---|
Center : int = 1 [static] Specifies that text is aligned in the center of the layout rectangle. | StiStringAlignment | ||
Far : int = 2 [static]
Specifies that text is aligned far from the origin position of the layout rectangle. | StiStringAlignment | ||
Near : int = 0 [static]
Specifies the text be aligned near the layout. | StiStringAlignment |
Center | Constant |
public static const Center:int = 1
Specifies that text is aligned in the center of the layout rectangle.
Far | Constant |
public static const Far:int = 2
Specifies that text is aligned far from the origin position of the layout rectangle. In a left-to-right layout, the far position is right. In a right-to-left layout, the far position is left.
Near | Constant |
public static const Near:int = 0
Specifies the text be aligned near the layout. In a left-to-right layout, the near position is left. In a right-to-left layout, the near position is right.