AppWindowTitleBar.ExtendsContentIntoTitleBar Property

Definition

Gets or sets a value that specifies whether this title bar should replace the default window title bar.

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

Property Value

Boolean

bool

true to replace the default window title bar; otherwise, false. The default is false.

Applies to