ArcGIS Pro 3.5 API Reference Guide
ArcGIS.Desktop.Presentations Namespace / Presentation Class / ShowProperties() Method

In This Topic
    ShowProperties() Method
    In This Topic
    Opens the Presentation Properties dialog.
    Syntax
    public void ShowProperties()
    Public Sub ShowProperties() 
    Exceptions
    ExceptionDescription
    This method must be called on the GUI thread.
    Remarks
    This method must be called on the GUI thread and not in the background using QueuedTask.Run.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.5 or higher.
    See Also