ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Mapping.Controls Namespace / SymbolPickerControl Class / PickerStyleItems Property

In This Topic
    PickerStyleItems Property
    In This Topic
    Gets and sets the list of style items to be shown in the symbol picker.
    Syntax
    Public Property PickerStyleItems As ObservableCollection(Of StyleItem)
    public ObservableCollection<StyleItem> PickerStyleItems {get; set;}
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also