ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Layouts Namespace / Layout Class / ShowProperties Method

In This Topic
    ShowProperties Method (Layout)
    In This Topic
    Opens the Layout Properties dialog.
    Syntax
    Public Sub ShowProperties() 
    public void 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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also