ArcGIS Pro 2.6 API Reference Guide
PolygonSymbolColorTarget Enumeration

ArcGIS.Core.CIM Namespace : PolygonSymbolColorTarget Enumeration
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 10, Windows 8.1, Windows 7

See Also

Reference

ArcGIS.Core.CIM Namespace