alexa
menu

WPF

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

    Show / Hide Table of Contents

    Class CaptionAlignment

    Contains alignments of caption used in GalleryItem.

    Inheritance
    System.Object
    CaptionAlignment
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    public sealed class CaptionAlignment : Enum

    Fields

    Bottom

    Captions are aligned to bottom.

    Declaration
    public const CaptionAlignment Bottom
    Field Value
    Type
    CaptionAlignment

    Left

    Captions are aligned to left.

    Declaration
    public const CaptionAlignment Left
    Field Value
    Type
    CaptionAlignment

    Right

    Captions are aligned to right.

    Declaration
    public const CaptionAlignment Right
    Field Value
    Type
    CaptionAlignment

    Top

    Captions are aligned to top.

    Declaration
    public const CaptionAlignment Top
    Field Value
    Type
    CaptionAlignment
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved