ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Core Namespace / CustomItemBase Class / SmallImage Property

In This Topic
    SmallImage Property (CustomItemBase)
    In This Topic
    Gets the small image. Override to provide a custom small image
    Syntax
    public virtual Task<ImageSource> SmallImage {get;}
    Public Overridable ReadOnly Property SmallImage As Task(Of ImageSource)
    Remarks
    SmallImage is the default image used to display your item in the Catalog view and pane
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also