Class TitleBarTemplateSettings
Class used to forward the IconElement property to the template.
Inheritance
System.Object
TitleBarTemplateSettings
Namespace: WinUIEx
Assembly: WinUIEx.dll
Syntax
public class TitleBarTemplateSettings : DependencyObject
Constructors
| Improve this Doc View SourceTitleBarTemplateSettings()
Initializes a new instance of the TitleBar class.
Declaration
public TitleBarTemplateSettings()
Fields
| Improve this Doc View SourceIconElementProperty
Identifies the IconElement dependency property.
Declaration
public static readonly DependencyProperty IconElementProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
| Improve this Doc View SourceIconElement
Gets or sets the IconElement property
Declaration
public IconElement? IconElement { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IconElement> |