menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HorizontalPosition - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class HorizontalPosition

    Specifies the absolute horizontal position.

    Inheritance
    System.Object
    HorizontalPosition
    Namespace: Syncfusion.DocIO
    Assembly: Syncfusion.DocIO.UWP.dll
    Syntax
    public sealed class HorizontalPosition : Enum

    Fields

    Center

    The object is centered to the reference origin.

    Declaration
    public const HorizontalPosition Center
    Field Value
    Type
    HorizontalPosition

    Inside

    The object is aligned to the inside of the reference origin.

    Declaration
    public const HorizontalPosition Inside
    Field Value
    Type
    HorizontalPosition

    Left

    The object is aligned to the left of the reference origin.

    Declaration
    public const HorizontalPosition Left
    Field Value
    Type
    HorizontalPosition

    Outside

    The object is aligned to the outside of the reference origin.

    Declaration
    public const HorizontalPosition Outside
    Field Value
    Type
    HorizontalPosition

    Right

    The object is aligned to the right of the reference origin.

    Declaration
    public const HorizontalPosition Right
    Field Value
    Type
    HorizontalPosition

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved