Search
ShapeNode.imagePadding Property
See Also
 






Gets or sets the padding distance between node borders and image.

Namespace: MindFusion.Diagramming
File: ShapeNode.js

 Syntax

JavaScript  Copy Code

get imagePadding() {}
set imagePadding(value) {}

 Property Value

Thickness

A Thickness instance specifying image padding.

 See Also