Class ApplicationLogoExportAttribute
Specifies that an FrameworkElement should be exported to be used in the MainWindow as application logo.
Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
[MetadataAttribute]
[AttributeUsage(AttributeTargets.Class)]
public sealed class ApplicationLogoExportAttribute : ExportAttribute
Remarks
Instead of exporting this content you can also set it directly in the XAML of a MainWindow you export with the MainWindowExportAttribute.
Constructors
View SourceApplicationLogoExportAttribute()
Initializes a new instance of the ApplicationLogoExportAttribute class.
Declaration
public ApplicationLogoExportAttribute()