ESRI.ArcGIS.ADF.IMS
LineLabelPosition Enumeration
See Also 
ESRI.ArcGIS.ADF.IMS.Display.Renderer Namespace : LineLabelPosition Enumeration




Determines where on the line to place the label.

Syntax

Visual Basic (Declaration) 
Public Enum LineLabelPosition 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As LineLabelPosition
C# 
public enum LineLabelPosition : Enum 

Members

MemberDescription
PlaceAbove Place above the line.
PlaceBelow Place below the line.
PlaceOnTop Place on the line.
PlaceLeft Place along the left side of the line (label follows line and is not perpendicular to the line).
PlaceRight Place along the right side of the line (label follows line and is not perpendicular to the line).
PlaceAboveBelow Place above or below the line.
PlaceLeftRight Place at either side of the line.
PlaceInLine Place anywhere on the line.
PlaceParallel Place parallel to the line.
PlaceOnTopHorizontal Place label on top of the line but always horizontal.
PlaceAtStartAbove Place label at the start above the line.
PlaceAtStartOnTop Place label at the start on the line.
PlaceAtStartBelow Place label at the start below the line.
PlaceAtEndAbove Place label at the end above the line.
PlaceAtEndOnTop Place label at the end on the line.
PlaceAtEndBelow Place label at the end below the line.
PlaceEitherEndAbove Place above the line at either end.
PlaceEitherEndOnTop Place on the line at either end.
PlaceEitherEndBelow Place below the line at either end.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.ADF.IMS.Display.Renderer.LineLabelPosition

See Also

© 2010 All Rights Reserved.