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




Specifies the type of fill.

Syntax

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

Members

MemberDescription
Solid Solid fill.
BDiagonal Backward diagonal lines.
FDiagonal Forward diagonal lines.
Cross Vertical and horizontal crossing lines.
DiagCross Diagonal crossing lines.
Horizontal Horizontal lines.
Vertical Vertical lines.
Gray Gray fill.
LightGray Light gray fill.
DarkGray Dark gray fill.

Remarks

Used in SimpleFillSymbol.

Gray, LightGray and DarkGray fill the polygon with a continuous tone of the color specified with the Color property. The other options use a series of lines spaced at an interval specified in SimpleFillSymbol.

Inheritance Hierarchy

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

See Also

© 2010 All Rights Reserved.