AppWindowTitleBar.ExtendsContentIntoTitleBar Property

Definition

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

C#
public bool ExtendsContentIntoTitleBar { get; set; }

Property Value

Boolean

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

Product Versions
Windows App SDK 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also