Gets or sets the alignment of the SvgContent displayed in this node.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public ImageAlign ContentAlign { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ContentAlign As ImageAlign |
A member of the ImageAlign enumeration. The default is Fit.
See Also