Search
TableNodeExtensions.ImageAlign(T) Method
See Also
 





Sets the alignment of the image displayed in this table.

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

 Syntax

C#  Copy Code

public static T ImageAlign<T> (
    T tableNode,
    ImageAlign value
) where T : TableNode

Visual Basic  Copy Code

Public Shared Function ImageAlign(Of T As TableNode) ( _
    tableNode As T, _
    value As ImageAlign _
) As T

 Parameters

tableNode

value

 Return Value

 See Also