Search
SvgNodeExtensions.ContentAlign(T) Method
See Also
 





Sets the alignment of the SvgContent displayed in this node.

Namespace: MindFusion.Diagramming.Fluent
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static T ContentAlign<T> (
    T svgNode,
    ImageAlign value
) where T : SvgNode

Visual Basic  Copy Code

Public Shared Function ContentAlign(Of T As SvgNode) ( _
    svgNode As T, _
    value As ImageAlign _
) As T

 Parameters

svgNode

value

 Return Value

 See Also