Search
Decoration.visible Property
See Also
 






Gets or sets the visibility of this Decoration.

Namespace: MindFusion.Mapping
File: Decoration.js

 Syntax

JavaScript  Copy Code

get visible() {}

 Property Value

Boolean. True if the Decoration is visible, otherwise false.

 Example

The following code creates a new Marker and sets its visible property together with other properties. The Marker class derives from Decoration.

 See Also