Espacio de nombres: CodiumSDK.CPL
Ensamblado: CodiumSDK.dll

Text Align Last
C#
public enum TextAlignLast
ConstanteDescripción
AutoDefault value. The last line is justified and aligned left
CenterThe last line is center-aligned
EndThe 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)
InheritInherits this property from its parent element.
InitialSets this property to its default value.
JustifyThe last line is justified as the rest of the lines
LeftThe last line is aligned to the left
RightThe last line is aligned to the right
StartThe 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)