Gets or sets the visibility of this Decoration.
Namespace: MindFusion.Mapping
Package: Decoration.js
JavaScript Copy Code |
---|
Object.defineProperty(Decoration.prototype, "visible", { value: Boolean }); |
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.