C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Maps Namespace / LabelVisibility Enumeration

LabelVisibility Enumeration
Specifies the visibility of the label for the placemark.
Syntax
'Declaration
 
Public Enum LabelVisibility 
   Inherits 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