IContentDialogService.SetContentPresenter(ContentPresenter) method¶
Defined in
Type: IContentDialogService
Namespace: CrissCross.WPF.UI
Assembly: CrissCross.WPF.UI.dll
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
void SetContentPresenter(ContentPresenter contentPresenter)
Summary: Sets the ContentPresenter.
Parameters
| Name | Type | Description |
|---|---|---|
contentPresenter | ContentPresenter | ContentPresenter inside of which the dialogue will be placed. The new [ContentDialog](# will replace the current Content. |