Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PageAlignment

    Show / Hide Table of Contents

    Class PageAlignment

    Specifies alignment of the text on a page.

    Inheritance
    System.Object
    PageAlignment
    Namespace: Syncfusion.DocIO.DLS
    Assembly: Syncfusion.DocIO.Portable.dll
    Syntax
    public sealed class PageAlignment : Enum

    Fields

    Bottom

    Text is aligned at the bottom of the page.

    Declaration
    public const PageAlignment Bottom
    Field Value
    Type Description
    PageAlignment

    Justified

    Text is spanned to fill the page.

    Declaration
    public const PageAlignment Justified
    Field Value
    Type Description
    PageAlignment

    Middle

    Text is aligned at the middle of the page.

    Declaration
    public const PageAlignment Middle
    Field Value
    Type Description
    PageAlignment

    Top

    Text is aligned at the top of the page.

    Declaration
    public const PageAlignment Top
    Field Value
    Type Description
    PageAlignment

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved