ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word Namespace / ContentAlignment Enumeration

In This Topic
    ContentAlignment Enumeration
    In This Topic
    Specifies alignment of content within a layout rectangle.
    Syntax
    'Declaration
     
    Public Enum ContentAlignment 
       Inherits System.Enum
    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.Word.ContentAlignment

    See Also