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

In This Topic
    SymbolPickerViewOption Enumeration
    In This Topic
    Controls how ArcGIS.Desktop.Mapping.StyleItem in the SymbolPickerControl will be viewed.
    Syntax
    public enum SymbolPickerViewOption : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum SymbolPickerViewOption 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    Compact Compact List
    Icons Use Icons
    List Use List
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Desktop.Mapping.Controls.SymbolPickerViewOption

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also