PopupDefinition Class Members
In This Topic
The following tables list the members exposed by PopupDefinition.
Public Constructors
Public Properties
| Name | Description |
 | Append |
Gets or sets whether content already in the dockable window is kept or cleared.
Only used when dockable is true.
|
 | Dockable |
Gets or sets whether the popup content is added to the default dockable window or a new pinned window.
|
 | Position |
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.
|
 | Size |
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