ArcGIS Pro 3.6 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / PopupDefinition Class


In This Topic
    PopupDefinition Class Properties
    In This Topic

    For a list of all members of this type, see PopupDefinition members.

    Public Properties
     NameDescription
    Public Property Gets or sets whether content already in the dockable window is kept or cleared. Only used when dockable is true.  
    Public Property Gets or sets whether the popup content is added to the default dockable window or a new pinned window.  
    Public Property Gets or sets the screen coordinates to place the top left corner of the popup window. When set to null, a default position will be used. Only used when dockable is false or the dockable window is floating.  
    Public Property Gets or sets the size of the popup window. When set to null, a default size will be used. Only used when dockable is false or the dockable window is floating.  
    Top
    See Also