Search
ShapeNode.ImagePadding Property
See Also
 





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

Namespace: MindFusion.Diagramming
Assembly: 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