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 : Button
Constructors
TitleButton()
Declaration
public TitleButton()
Fields
IsCloseButtonProperty
Identifies IsCloseButton dependency property.
Declaration
public static readonly DependencyProperty IsCloseButtonProperty
Field 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 |
|