ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Maps Namespace / LabelVisibility Enumeration

In This Topic
    LabelVisibility Enumeration
    In This Topic
    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