ContentDialogPlacement
ContentDialogPlacement
ContentDialogPlacement
ContentDialogPlacement
Enum
Definition
Some information relates to pre-released product which may be substantially modified before it’s commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Prerelease APIs are identified by a Prerelease label.
[Contains prerelease APIs.]
Defines constants that specify where in the XAML visual tree a ContentDialog is rooted.
public : enum class ContentDialogPlacementpublic enum ContentDialogPlacementPublic Enum ContentDialogPlacement// This API is not available in Javascript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Insider Preview (introduced v10.0.16257.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v5)
|
Fields
| InPlace InPlace InPlace InPlace | Prerelease. If the dialog has a parent element, the dialog is rooted in the parent's visual tree. Otherwise, it falls back to the Popup behavior. |
| Popup Popup Popup Popup | Prerelease. The dialog is rooted in the PopupRoot element of the XAML Window. |