Search
TableNode.Cell.ImagePadding Property
See Also
 





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

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Nullable<Thickness> ImagePadding { get; set; }

Visual Basic  Copy Code

Public Property ImagePadding As Nullable(Of Thickness)

 Property Value

An optional Thickness value specifying padding distance; the default value is null.

 See Also