ArcGIS Pro 3.7 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 Overridable ReadOnly Property SmallImage As Task(Of ImageSource)
    public virtual Task<ImageSource> SmallImage {get;}
    Remarks
    SmallImage is the default image used to display your item in the Catalog view and pane
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also