Search
SvgNode.setContentAlign Method
See Also
 

Sets the alignment of the SvgContent displayed in this node.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public void setContentAlign (
    ImageAlign value
)

 Parameters

value

A member of the ImageAlign enumeration.

 See Also