Type Alias TextAlignment.TextAlignmentType
Defines how to align text.
Declaration
type TextAlignmentType = "Left" | "Center" | "Right" | "Justify" | "LastLeft" | "LastRight" | "LastCenter";
Defines how to align text.
type TextAlignmentType = "Left" | "Center" | "Right" | "Justify" | "LastLeft" | "LastRight" | "LastCenter";