ArcGIS Pro 3.3 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 ObservableCollection<StyleItem> PickerStyleItems {get; set;}
    Public Property PickerStyleItems As ObservableCollection(Of StyleItem)
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also