Search
TableNode.ImageAlign Property
See Also
 






Gets or sets the alignment of the image displayed in this table.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public ImageAlignment ImageAlign { get; set; }

Visual Basic  Copy Code

Public Property ImageAlign As ImageAlignment

 Property Value

A member of the ImageAlignment enumeration. The default value is Fit.

 Remarks

This property specifies how images are positioned inside tables.

 See Also