Search
SvgNode.ContentAlign Property
See Also
 





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

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public ImageAlign ContentAlign { get; set; }

Visual Basic  Copy Code

Public Property ContentAlign As ImageAlign

 Property Value

A member of the ImageAlign enumeration. The default is Fit.

 See Also