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