Search
LinkLabel.margin Property
See Also
 





Gets or sets the label's margin.

Namespace: MindFusion.Diagramming
File: LinkLabel.js

 Syntax

JavaScript  Copy Code

get margin() {}
set margin(value) {}

 Property Value

Thickness

A Thickness instance specifying the margin space on all sides of label.

 See Also