Gets or sets the visibility of this Decoration.
Namespace: MindFusion.Mapping
File: Decoration.js
SyntaxJavaScript
Copy Code
|
|---|
get visible() {} |
Boolean. True if the Decoration is visible, otherwise false.
ExampleThe following code creates a new Marker and sets its visible property together with other properties. The Marker class derives from Decoration.
See Also