Share via


TitleBarTemplateSettings.IconElement Property

Definition

Gets or sets the icon for the title bar.

public:
 property IconElement ^ IconElement { IconElement ^ get(); void set(IconElement ^ value); };
IconElement IconElement();

void IconElement(IconElement value);
public IconElement IconElement { get; set; }
var iconElement = titleBarTemplateSettings.iconElement;
titleBarTemplateSettings.iconElement = iconElement;
Public Property IconElement As IconElement

Property Value

The icon for the title bar.

Applies to