Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
AppWindowTitleBar.IconShowOptions Property
Definition
- Namespace:
- Microsoft.UI.Windowing
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that specifies how the window icon is displayed in the title bar.
public:
property IconShowOptions IconShowOptions { IconShowOptions get(); void set(IconShowOptions value); };
IconShowOptions IconShowOptions();
void IconShowOptions(IconShowOptions value);
public IconShowOptions IconShowOptions { get; set; }
var iconShowOptions = appWindowTitleBar.iconShowOptions;
appWindowTitleBar.iconShowOptions = iconShowOptions;
Public Property IconShowOptions As IconShowOptions
Property Value
A value that specifies how the window icon is displayed in the title bar.
Applies to
Feedback
Was this page helpful?
