Xamarin.Android

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

    Show / Hide Table of Contents

    Class WidthOrigin

    Specifies the horizontal origin of the object width

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

    Fields

    InsideMargin

    Origin to inner margin area.

    Declaration
    public const WidthOrigin InsideMargin
    Field Value
    Type Description
    WidthOrigin

    LeftMargin

    Origin to left margin.

    Declaration
    public const WidthOrigin LeftMargin
    Field Value
    Type Description
    WidthOrigin

    Margin

    Origin to margin.

    Declaration
    public const WidthOrigin Margin
    Field Value
    Type Description
    WidthOrigin

    OutsideMargin

    Origin to outer margin area.

    Declaration
    public const WidthOrigin OutsideMargin
    Field Value
    Type Description
    WidthOrigin

    Page

    Origin to page.

    Declaration
    public const WidthOrigin Page
    Field Value
    Type Description
    WidthOrigin

    RightMargin

    Origin to right margin.

    Declaration
    public const WidthOrigin RightMargin
    Field Value
    Type Description
    WidthOrigin

    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