ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / SimpleStipplePattern Enumeration

In This Topic
    SimpleStipplePattern Enumeration
    In This Topic
    Specifies simple stipple patterns. Used to construct a stipple polygon symbole. See SymbolFactory.ConstructPolygonSymbol, SymbolFactory.ConstructPolygonSymbol or SymbolFactory.ConstructPolygonSymbol.
    Syntax
    Members
    MemberDescription
    Fixed A stipple fill drawn as a regular grid
    FixedDiagonal A stipple fill drawn as a regular grid on a 45 degree diagonal
    Random A stipple fill that is drawn randomly
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Desktop.Mapping.SimpleStipplePattern

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also