ASP.NET Pack Programmer's Guide
Decoration.visible Property
See Also
 





Gets or sets the visibility of this Decoration.

Namespace: MindFusion.Mapping
Package: Decoration.js

 Syntax

JavaScript  Copy Code

Object.defineProperty(Decoration.prototype, "visible", { value: Boolean });

 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

Decoration Members
Decoration Class
MindFusion.Mapping Namespace