Maps for ASP.NET Web Forms
LabelVisibility Enumeration

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1Maps Namespace : LabelVisibility Enumeration
Specifies the visibility of the label for the placemark.
Syntax
'Declaration
 
Public Enum LabelVisibility 
   Inherits System.Enum
public enum LabelVisibility : System.Enum 
Members
MemberDescription
AutoHideDoes not draw the label if it overlaps with other labels.
HiddenAlways not draw the label.
VisibleAlways draw the label.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Web.Wijmo.Controls.C1Maps.LabelVisibility

See Also

Reference

C1.Web.Wijmo.Controls.C1Maps Namespace