ESRI.ArcGIS.ADF.IMS
JoinType Enumeration
See Also 
ESRI.ArcGIS.ADF.IMS.Display.Symbol Namespace : JoinType Enumeration




Specifies how lines should be joined.

Syntax

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

Members

MemberDescription
Round Rounded joints.
Miter Pointed joints.
Bevel Beveled joints.

Remarks

Specifies how the joins at vertices along lines are portrayed. Effect is only visible with thicker line widths and/or antialiasing turned on. Used in SimpleLineSymbol.JoinType and SimpleFillSymbol.BoundaryJoinType.

The following illustrates the effect of JoinType settings:

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.ADF.IMS.Display.Symbol.JoinType

See Also

© 2010 All Rights Reserved.