Search
Thickness.isRelative Property
See Also
 





Gets or sets a flag indicating whether the thickness properties are expressed as relative or absolute quantities.

Namespace: MindFusion.Drawing
File: Thickness.js

 Syntax

JavaScript  Copy Code

get isRelative() {}
set isRelative(value) {}

 Property Value

Boolean

true if the thickness is relative, or false otherwise.

 See Also