Search
VisualElement.margin Property
See Also
 






Gets or sets the margin of this element.

Namespace: MindFusion.Gauges
File: VisualElement.js

 Syntax

JavaScript  Copy Code

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

 Property Value

Thickness

The margin of this element.

 See Also