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

ImageAlignVertEnum Enumeration
Specifies the vertical alignment of foreground and background images. This is the type of ImageAlign.AlignVert property on Style.ImageAlign and Style.BackgroundImageAlign.
Syntax
'Declaration
 
Public Enum ImageAlignVertEnum 
   Inherits System.Enum
 
Members
MemberDescription
BottomThe image is bottom-aligned.
CenterThe image is centered vertically.
TopThe image is top-aligned.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.C1Preview.ImageAlignVertEnum

See Also