MindFusion.Mapping Programmer's Guide

Layer(TColor, TPalette).Visible Property

See Also
 






Gets or sets whether this layer should be visible in the map view.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

public bool Visible { get; set; }

Visual Basic  Copy Code

Public Property Visible As Boolean

 Property Value

true to show this layer, otherwise false.

 See Also