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


In This Topic
    PolygonLabelingMode Enumeration
    In This Topic
    Enumerates the polygon labeling modes.
    Syntax
    'Declaration
     
    
    Public Enum PolygonLabelingMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As PolygonLabelingMode
    public enum PolygonLabelingMode : System.Enum 
    Members
    MemberDescription
    BoundsCenterLabels are placed at the center of the polygon's bounding box if it is inside the polygon. If it is not, the Optimal rendering mode is used.
    CentroidLabels are placed at the centroid of the polygon if it is inside the polygon. If it is not, the Optimal rendering mode is used.
    OptimalLabels are placed at an optimal position in the polygon. This produces the best results, but is the most computationally expensive mode.
    Inheritance Hierarchy

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

    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