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


In This Topic
    ArcLabelPlacement Enumeration
    In This Topic
    Enumerates the possible arc label placements.
    Syntax
    'Declaration
     
    
    Public Enum ArcLabelPlacement 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ArcLabelPlacement
    public enum ArcLabelPlacement : System.Enum 
    Members
    MemberDescription
    FirstArcThe labels will be placed above the first arc.
    LastArcThe labels will be placed below the last arc.
    MiddleArcThe labels will be placed above the middle arc.
    NoneThe arcs will not be labeled.
    Inheritance Hierarchy

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

    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