BasicWindowIsTitleHighlighted Property  | 
 
            Gets or Sets a value to indicate where the Title bar is highlighted.
            
 
    Namespace: 
   Hummingbird.UI
    Assembly:
   Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntaxpublic bool IsTitleHighlighted { get; set; }Public Property IsTitleHighlighted As Boolean
	Get
	Set
public:
property bool IsTitleHighlighted {
	bool get ();
	void set (bool value);
}Property Value
Type: 
Boolean
            When highlighted, the Titlebar background is shown with HighlightBrush.
            
See Also