alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class ImageLayout

    Specifies the layout used for drawing the header/footer image.

    Inheritance
    System.Object
    ImageLayout
    Namespace: Syncfusion.Windows.Forms.Diagram
    Assembly: Syncfusion.Diagram.Base.dll
    Syntax
    public sealed class ImageLayout : Enum

    Fields

    AlignLeft

    Specifies that the image will be aligned along the left edge.

    Declaration
    public const ImageLayout AlignLeft
    Field Value
    Type
    ImageLayout

    AlignRight

    Specifies that the image will be aligned along the right edge.

    Declaration
    public const ImageLayout AlignRight
    Field Value
    Type
    ImageLayout

    Center

    Specifies that the image will be centered.

    Declaration
    public const ImageLayout Center
    Field Value
    Type
    ImageLayout

    Stretch

    Specifies that the image will be stretched.

    Declaration
    public const ImageLayout Stretch
    Field Value
    Type
    ImageLayout

    Tile

    Specifies that the image will be tiled.

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