menu

UWP

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

    Show / Hide Table of Contents

    Class VerticalPosition

    Specifies the absolute vertical position.

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

    Fields

    Bottom

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

    Declaration
    public const VerticalPosition Bottom
    Field Value
    Type
    VerticalPosition

    Center

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

    Declaration
    public const VerticalPosition Center
    Field Value
    Type
    VerticalPosition

    Inside

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

    Declaration
    public const VerticalPosition Inside
    Field Value
    Type
    VerticalPosition

    None

    No vertical positioning

    Declaration
    public const VerticalPosition None
    Field Value
    Type
    VerticalPosition

    Outside

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

    Declaration
    public const VerticalPosition Outside
    Field Value
    Type
    VerticalPosition

    Top

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

    Declaration
    public const VerticalPosition Top
    Field Value
    Type
    VerticalPosition

    Extension Methods

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