Search
Cell.imagePadding Property
See Also
 






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

Namespace: MindFusion.Diagramming
File: Cell.js

 Syntax

JavaScript  Copy Code

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

 Property Value

Thickness

A Thickness instance specifying image padding.

 See Also