Specifies the vertical alignment of foreground and background images. This is the type of AlignVert property on ImageAlign and BackgroundImageAlign.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public enum ImageAlignVertEnum
Visual Basic
Public Enumeration ImageAlignVertEnum

Members

Member nameDescription
Top The image is top-aligned.
Center The image is centered vertically.
Bottom The image is bottom-aligned.

See Also