Show / Hide Table of Contents

Class TitleBarTemplateSettings

Class used to forward the IconElement property to the template.

Inheritance
System.Object
TitleBarTemplateSettings
Namespace: WinUIEx
Assembly: WinUIEx.dll
Syntax
[Obsolete("Use Windows App SDK's TitleBar control instead.")]
public class TitleBarTemplateSettings : DependencyObject

Constructors

| Improve this Doc View Source

TitleBarTemplateSettings()

Initializes a new instance of the TitleBar class.

Declaration
public TitleBarTemplateSettings()

Fields

| Improve this Doc View Source

IconElementProperty

Identifies the IconElement dependency property.

Declaration
public static readonly DependencyProperty IconElementProperty
Field Value
Type Description
DependencyProperty

Properties

| Improve this Doc View Source

IconElement

Gets or sets the IconElement property

Declaration
public IconElement? IconElement { get; set; }
Property Value
Type Description
System.Nullable<IconElement>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX