Search
TableNode.Cell.ImagePadding Property
See Also
 





Gets or sets the padding distance between cell's borders and Image.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public Thickness ImagePadding { get; set; }

Visual Basic  Copy Code

Public Property ImagePadding As Thickness

 Property Value

A System.Windows.Thickness specifying the padding size.

 See Also