Class AuxiliaryPaneItem
Represents an item of the AuxiliaryPane.
Inheritance
AuxiliaryPaneItem
Implements
Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public class AuxiliaryPaneItem : Button, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, ICommandSource
Examples
This example illustrates how to use the AuxiliaryPaneItem.
<SAF:ApplicationMenu.AuxiliaryPane>
<SAF:AuxiliaryPaneItem Header="About"
Command="{Binding ShowAboutDialogCommand}">
<TextBlock TextTrimming="CharacterEllipsis"
LineHeight="16"
TextWrapping="Wrap"
Text="Display information about the SAF SampleApp application and its installed modules." />
</SAF:AuxiliaryPaneItem>
<SAF:AuxiliaryPaneItem Header="Help"
Command="{Binding ShowHelpCommand}">
<TextBlock TextTrimming="CharacterEllipsis"
LineHeight="16"
TextWrapping="Wrap"
Text="Open the help window to get more information on how to use this application." />
</SAF:AuxiliaryPaneItem>
</SAF:ApplicationMenu.AuxiliaryPane>
Fields
View SourceHeaderProperty
The DependencyProperty for the Header property.
Declaration
public static readonly DependencyProperty HeaderProperty
Field Value
| Type | Description |
|---|---|
| DependencyProperty |
Properties
View SourceHeader
Gets or sets the header.
Declaration
public object Header { get; set; }
Property Value
| Type | Description |
|---|---|
| object |