WinForms

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

    Show / Hide Table of Contents

    Enum ImageLayout

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

    Namespace: Syncfusion.Windows.Forms.Diagram
    Assembly: Syncfusion.Diagram.Base.dll
    Syntax
    public enum ImageLayout

    Fields

    Name Description
    AlignLeft

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

    AlignRight

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

    Center

    Specifies that the image will be centered.

    Stretch

    Specifies that the image will be stretched.

    Tile

    Specifies that the image will be tiled.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved