ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / PolygonSymbolColorTarget Enumeration

In This Topic
    PolygonSymbolColorTarget Enumeration
    In This Topic
    Polygon symbol color apply targets.
    Syntax
    public enum PolygonSymbolColorTarget : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum PolygonSymbolColorTarget 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    Fill The color is applied only to the fill of the polygon symbol.
    FillOutline The color is applied to the fill and the outline of the polygon symbol.
    Outline The color is applied only to the outline of the polygon symbol.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Core.CIM.PolygonSymbolColorTarget

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also