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 : ContentControl
Constructors
TitleBar()
Initializes a new instance of the TitleBar class.
Declaration
public TitleBar()
Fields
IconProperty
Identifies Icon dependency property.
Declaration
public static readonly DependencyProperty IconProperty
Field 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()