Class FooterPaneContentExportAttribute
Specifies that an FrameworkElement should be exported to be used in the FooterPaneContent of the ApplicationMenu.
Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
[MetadataAttribute]
[AttributeUsage(AttributeTargets.Class)]
public sealed class FooterPaneContentExportAttribute : 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 SourceFooterPaneContentExportAttribute()
Initializes a new instance of the FooterPaneContentExportAttribute class.
Declaration
public FooterPaneContentExportAttribute()