C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / AlignHorzEnum Enumeration

AlignHorzEnum Enumeration
Specifies the horizontal alignment of text within a containing object. This is the type of Style.TextAlignHorz property.
Syntax
'Declaration
 
Public Enum AlignHorzEnum 
   Inherits System.Enum
 
Members
MemberDescription
CenterThe text is centered horizontally.
JustifyThe text is justified horizontally by widening the white spaces existing in the text.
JustifyCharsThe text is justified horizontally by adding white spaces between all characters in the text. (Note that if C1PrintDocument.UseGdiPlusTextRendering is false, this mode is not supported, and Justify is used instead.)
LeftThe text is left-aligned.
RightThe text is right-aligned.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.C1Preview.AlignHorzEnum

See Also