Specifies the position and alignment of a picture in a node or table, or that of the background image.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public enum ImageAlign |
Visual Basic Copy Code |
---|
Public Enum ImageAlign |
Member name | Description | |
---|---|---|
BottomCenter |
The image is centered horizontally and aligned to the bottom side. |
|
BottomLeft |
The image is aligned to the bottom left corner. |
|
BottomRight |
The image is aligned to the bottom right corner. |
|
Center |
The image is centered in the node or diagram. |
|
Fit |
The image is resized to fit the size of the object or the component's client area. |
|
FitBottom |
The image is resized to fit the size of the object and aligned to bottom side. |
|
FitLeft |
The image is resized to fit the size of the object and aligned to left side. |
|
FitRight |
The image is resized to fit the size of the object and aligned to right side. |
|
FitTop |
The image is resized to fit the size of the object and aligned to top side. |
|
MiddleLeft |
The image is centered vertically and aligned to the left-hand side. |
|
MiddleRight |
The image is centered vertically and aligned to the right-hand side. |
|
Stretch |
The image is stretched to fill the object or the component's client area. |
|
Tile |
The image is tiled across the node or the component's area. |
|
TopCenter |
The image is centered horizontally and aligned to the top side. |
|
TopLeft |
The image is aligned to the top left corner. |
|
TopRight |
The image is aligned o the top right corner. |
WpfDiagram Programmer's Guide | © 2024 MindFusion |