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

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

Syntax

C#
public enum ImageAlignHorzEnum
Visual Basic
Public Enumeration ImageAlignHorzEnum

Members

Member nameDescription
Left The image is left-aligned.
Center The image is centered horizontally.
Right The image is right-aligned.

See Also