ContentDialog.FullSizeDesired Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob eine Anforderung zum Anzeigen des Dialogfelds im Vollbildmodus erfolgt, oder legt diesen fest.

public:
 property bool FullSizeDesired { bool get(); void set(bool value); };
bool FullSizeDesired();

void FullSizeDesired(bool value);
public bool FullSizeDesired { get; set; }
var boolean = contentDialog.fullSizeDesired;
contentDialog.fullSizeDesired = boolean;
Public Property FullSizeDesired As Boolean
<ContentDialog FullSizeDesired="bool"/>

Eigenschaftswert

Boolean

bool

true , um anzufordern, dass das Dialogfeld im Vollbildmodus angezeigt wird; Andernfalls false. Der Standardwert ist FALSE.

Gilt für: