Class TitleBar
This class is a container for title bar items in 
Inheritance
System.Object
    TitleBar
  Namespace: Syncfusion.Windows.Shared
Assembly: Syncfusion.Shared.WPF.dll
Syntax
public class TitleBar : ContentControlConstructors
TitleBar()
Initializes a new instance of the TitleBar class.
Declaration
public TitleBar()Fields
IconProperty
Identifies Icon dependency property.
Declaration
public static readonly DependencyProperty IconPropertyField Value
| Type | 
|---|
| System.Windows.DependencyProperty | 
Properties
Icon
Gets or sets the value that represents image source of the 
Declaration
public ImageSource Icon { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Windows.Media.ImageSource | The icon of the window. | 
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate.
Declaration
public override void OnApplyTemplate()