AppWindowTitleBar.IconShowOptions Property
Definition
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.