Xamarin.Android

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

    Show / Hide Table of Contents

    Class HorizontalAlignment

    Specifies type of the horizontal alignment.

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

    Fields

    Center

    Specifies paragraph text is aligned to the center.

    Declaration
    public const HorizontalAlignment Center
    Field Value
    Type Description
    HorizontalAlignment

    Distribute

    Specifies paragraph characters are distributed to fill the entire width of the paragraph.

    Declaration
    public const HorizontalAlignment Distribute
    Field Value
    Type Description
    HorizontalAlignment

    Justify

    Specifies paragraph text is aligned to both left and right.

    Declaration
    public const HorizontalAlignment Justify
    Field Value
    Type Description
    HorizontalAlignment

    JustifyHigh

    Specifies paragraph uses longer length Kashida, if the language is Arabic. In other languages, paragraph text is justified with a high character compression ratio.

    Declaration
    public const HorizontalAlignment JustifyHigh
    Field Value
    Type Description
    HorizontalAlignment

    JustifyLow

    Specifies paragraph uses small length Kashida, if the language is Arabic. In other languages, paragraph text is justified with a high character compression ratio.

    Declaration
    public const HorizontalAlignment JustifyLow
    Field Value
    Type Description
    HorizontalAlignment

    JustifyMedium

    Specifies paragraph uses medium-length Kashida, if the language is Arabic. In other languages, paragraph text is justified with a medium character compression ratio.

    Declaration
    public const HorizontalAlignment JustifyMedium
    Field Value
    Type Description
    HorizontalAlignment

    Left

    Specifies paragraph text is aligned to the left.

    Declaration
    public const HorizontalAlignment Left
    Field Value
    Type Description
    HorizontalAlignment

    Right

    Specifies paragraph text is aligned to the right.

    Declaration
    public const HorizontalAlignment Right
    Field Value
    Type Description
    HorizontalAlignment

    ThaiJustify

    Specifies paragraph text is justified with Thai distributed justification, if the language is Thai. In other languages, text is justified with a low character compression ratio.

    Declaration
    public const HorizontalAlignment ThaiJustify
    Field Value
    Type Description
    HorizontalAlignment

    value__

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