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


In This Topic
    PopupDefinition Class Members
    In This Topic

    The following tables list the members exposed by PopupDefinition.

    Public Constructors
     NameDescription
    Public Constructor Initialize a new instance of a PopupDefinition.  
    Top
    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