C1.WPF.Pdf.4 Assembly > C1.WPF.Pdf Namespace : ContentAlignment Enumeration |
'Declaration
Public Enum ContentAlignment Inherits System.Enum
public enum ContentAlignment : System.Enum
Member | Description |
---|---|
BottomCenter | Content is centered on the bottom edge of the layout rectangle. |
BottomLeft | Content is rendered on the bottom left corner of the layout rectangle. |
BottomRight | Content is rendered on the bottom right corner of the layout rectangle. |
MiddleCenter | Content is centered on the layout rectangle. |
MiddleLeft | Content is centered on the left edge of the layout rectangle. |
MiddleRight | Content is centered on the right edge of the layout rectangle. |
TopCenter | Content is centered on the top edge of the layout rectangle. |
TopLeft | Content is rendered on the top-left corner of the layout rectangle. |
TopRight | Content is rendered on the top-right corner of the layout rectangle. |
System.Object
System.ValueType
System.Enum
C1.WPF.Pdf.ContentAlignment
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2