Share via


SettingsFlyoutTemplateSettings.IconSource Property

Definition

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.

Applies to