AppWindowTitleBar.ExtendsContentIntoTitleBar Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
bool