AppWindowTitleBar.ExtendsContentIntoTitleBar 屬性

定義

取得或設定值,指定這個標題列是否應該取代預設視窗標題列。

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

void ExtendsContentIntoTitleBar(bool value);
public bool ExtendsContentIntoTitleBar { get; set; }
var boolean = appWindowTitleBar.extendsContentIntoTitleBar;
appWindowTitleBar.extendsContentIntoTitleBar = boolean;
Public Property ExtendsContentIntoTitleBar As Boolean

屬性值

Boolean

bool

true 可取代預設視窗標題列;否則為 false。 預設值為 false

適用於