Gets or sets the alignment of the image displayed in this shape node.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public ImageAlign ImageAlign { get; set; } |
Visual Basic Copy Code |
---|
Public Property ImageAlign As ImageAlign |
A member of the ImageAlign enumeration. The default is Center.
This property specifies how the Image is aligned to the bounding rectangle of this node. The image is aligned relatively to the rectangle specified in the ImageRectangle attribute of the Shape definition.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |