SettingsFlyoutTemplateSettings.IconSource 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 the source image for the SettingsFlyout icon.
public:
property ImageSource ^ IconSource { ImageSource ^ get(); };
ImageSource IconSource();
public ImageSource IconSource { get; }
var imageSource = settingsFlyoutTemplateSettings.iconSource;
Public ReadOnly Property IconSource As ImageSource
Property Value
The source image for the SettingsFlyout icon.