Search
Cell.textPadding Property
See Also
 






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

Namespace: MindFusion.Diagramming
File: Cell.js

 Syntax

JavaScript  Copy Code

get textPadding() {}
set textPadding(value) {}

 Property Value

Thickness

A Thickness instance specifying text padding.

 See Also