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. |