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

ImageAlignHorzEnum Enumeration
Specifies the horizontal alignment of foreground and background images. This is the type of ImageAlign.AlignHorz property on Style.ImageAlign and Style.BackgroundImageAlign.
Syntax
'Declaration
 
Public Enum ImageAlignHorzEnum 
   Inherits System.Enum
 
Members
MemberDescription
CenterThe image is centered horizontally.
LeftThe image is left-aligned.
RightThe image is right-aligned.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.C1Preview.ImageAlignHorzEnum

See Also