alexa
menu

WPF

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

    Show / Hide Table of Contents

    Class ImageContentAlignment

    Defines the alignment options for text in text image cells.

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

    Fields

    Center

    Image appears at center of the cell. But, this alignment is not applicable to the ErrorContentAlignment of GridCell.

    Declaration
    public const ImageContentAlignment Center
    Field Value
    Type
    ImageContentAlignment

    Left

    Image appears before the cell content.

    Declaration
    public const ImageContentAlignment Left
    Field Value
    Type
    ImageContentAlignment

    Right

    Image appears after the cell content.

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