CODIUM Programming Language (CPL) CodiumSDK CPL TextAlignLast
July 14, 2023 at 8:30 PMEnsamblado: CodiumSDK.dll
C# |
public enum TextAlignLast |
Constante | Descripción | |
---|---|---|
Auto | Default value. The last line is justified and aligned left | |
Center | The last line is center-aligned | |
End | The last line is aligned at the end of the line (right if the text-direction is left-to-right, and left is the text-direction is right-to-left) | |
Inherit | Inherits this property from its parent element. | |
Initial | Sets this property to its default value. | |
Justify | The last line is justified as the rest of the lines | |
Left | The last line is aligned to the left | |
Right | The last line is aligned to the right | |
Start | The last line is aligned at the beginning of the line (left if the text-direction is left-to-right, and right is the text-direction is right-to-left) |