Class TitleButton
Represents window maximize, Minimize or close button.
Inheritance
System.Object
    TitleButton
  Namespace: Syncfusion.Windows.Shared
Assembly: Syncfusion.Shared.WPF.dll
Syntax
public class TitleButton : ButtonConstructors
TitleButton()
Declaration
public TitleButton()Fields
IsCloseButtonProperty
Identifies IsCloseButton dependency property.
Declaration
public static readonly DependencyProperty IsCloseButtonPropertyField Value
| Type | 
|---|
| System.Windows.DependencyProperty | 
Properties
IsCloseButton
Gets a value indicating whether this instance is close button.
Declaration
public bool IsCloseButton { get; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
 |