Property HasTitleBar
HasTitleBar
Gets or sets a boolean value indicating whether window has title bar.
bool HasTitleBar { get; set; }
Property Value
Remarks
On some operating systems additional properties need to be set in order to hide the title bar. For example, CloseEnabled, MinimizeEnabled, MaximizeEnabled, HasSystemMenu, HasBorder and some other properties can affect on the title bar visibility.