AppWindowTitleBar.ExtendsContentIntoTitleBar Property

Definition

Gets or sets a value that specifies whether app content extends into the title bar area.

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 extend app content into the title bar area; otherwise, false. The default is false.

Remarks

When this property is set to true, the title bar for this window is reduced to only the caption controls, and rendered on top of the client area.

Applies to

See also