ContentDialog.FullSizeDesired 屬性

定義

取得或設定值,這個值表示是否正在提出要求以顯示對話方塊全螢幕。

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"/>

屬性值

Boolean

bool

true 表示要求對話方塊以全螢幕顯示;否則為 false。 預設值為 false

適用於