alexa
menu

UWP

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

    Show / Hide Table of Contents

    Class ShapeVerticalAlignment

    Specifies the Shape Vertical Alignment supported by the SfRichTextBoxAdv control.

    Inheritance
    System.Object
    ShapeVerticalAlignment
    Namespace: Syncfusion.UI.Xaml.RichTextBoxAdv
    Assembly: Syncfusion.SfRichTextBoxAdv.UWP.dll
    Syntax
    public sealed class ShapeVerticalAlignment : Enum

    Fields

    Bottom

    Aligns the content to the bottom.

    Declaration
    public const ShapeVerticalAlignment Bottom
    Field Value
    Type
    ShapeVerticalAlignment

    Center

    Aligns the content to the center.

    Declaration
    public const ShapeVerticalAlignment Center
    Field Value
    Type
    ShapeVerticalAlignment

    Inline

    Aligns the content to the inline.

    Declaration
    public const ShapeVerticalAlignment Inline
    Field Value
    Type
    ShapeVerticalAlignment

    Inside

    Aligns the content to the inside.

    Declaration
    public const ShapeVerticalAlignment Inside
    Field Value
    Type
    ShapeVerticalAlignment

    None

    Aligns the content to the none.

    Declaration
    public const ShapeVerticalAlignment None
    Field Value
    Type
    ShapeVerticalAlignment

    Outside

    Aligns the content to the outside.

    Declaration
    public const ShapeVerticalAlignment Outside
    Field Value
    Type
    ShapeVerticalAlignment

    Top

    Aligns the content to the top.

    Declaration
    public const ShapeVerticalAlignment Top
    Field Value
    Type
    ShapeVerticalAlignment

    Extension Methods

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