Search
SvgNode.contentAlign Property
See Also
 






Gets or sets the alignment of the SvgContent displayed in this node.

Namespace: MindFusion.Diagramming
File: SvgNode.js

 Syntax

JavaScript  Copy Code

get contentAlign() {}
set contentAlign(value) {}

 Property Value

ImageAlign

A member of the ImageAlign enumeration.

 See Also