Nevron .NET Vision
Nevron.Diagram.Maps Namespace / LabelVisibility Enumeration


In This Topic
    LabelVisibility Enumeration
    In This Topic
    Enumerates possible label visibility modes.
    Syntax
    'Declaration
     
    
    Public Enum LabelVisibility 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As LabelVisibility
    public enum LabelVisibility : System.Enum 
    Members
    MemberDescription
    AllAll labels will be visible.
    NoneThe labels will not be visible.
    NoOverlapByGeometryLabels that overlap other labels will be hidden based on shape geometry factors, for example the area of a polygon shape, the size of a point shape, etc.
    NoOverlapByValueLabels that overlap other labels will be hidden based on the value associated to the shape by the fill rule.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Diagram.Maps.LabelVisibility

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also