PDF for WinRT
ContentAlignment Enumeration


Specifies alignment of content within a layout rectangle.
Syntax
'Declaration
 
Public Enum ContentAlignment 
   Inherits System.Enum
'Usage
 
Dim instance As ContentAlignment
public enum ContentAlignment : System.Enum 
Members
MemberDescription
BottomCenterContent is centered on the bottom edge of the layout rectangle.
BottomLeftContent is rendered on the bottom left corner of the layout rectangle.
BottomRightContent is rendered on the bottom right corner of the layout rectangle.
MiddleCenterContent is centered on the layout rectangle.
MiddleLeftContent is centered on the left edge of the layout rectangle.
MiddleRightContent is centered on the right edge of the layout rectangle.
TopCenterContent is centered on the top edge of the layout rectangle.
TopLeftContent is rendered on the top-left corner of the layout rectangle.
TopRightContent is rendered on the top-right corner of the layout rectangle.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Xaml.Pdf.ContentAlignment

Requirements

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

See Also

Reference

C1.Xaml.Pdf Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback