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 |