Class AboutDialogButtonDescription
An implementation of Sartorius.SAF.Presentation.Controls.AboutDialog.IAboutDialogButtonDescription
Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public class AboutDialogButtonDescription : DependencyObject
Constructors
View SourceAboutDialogButtonDescription()
Initializes a new instance of the AboutDialogButtonDescription class.
Declaration
public AboutDialogButtonDescription()
Fields
View SourceAutomationIdProperty
Identifies the AutomationId dependency property.
Declaration
public static readonly DependencyProperty AutomationIdProperty
Field Value
| Type | Description |
|---|---|
| DependencyProperty |
CaptionProperty
Identifies the Caption dependency property.
Declaration
public static readonly DependencyProperty CaptionProperty
Field Value
| Type | Description |
|---|---|
| DependencyProperty |
CommandProperty
Identifies the Command dependency property.
Declaration
public static readonly DependencyProperty CommandProperty
Field Value
| Type | Description |
|---|---|
| DependencyProperty |
Properties
View SourceAutomationId
Gets or sets the automation id.
Declaration
public Guid AutomationId { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |
Caption
Gets or sets the caption of the button.
Declaration
public string Caption { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Command
Gets or sets the command for the button.
Declaration
public ICommand Command { get; set; }
Property Value
| Type | Description |
|---|---|
| ICommand |
Remarks
You can use one of the AboutDialogRoutedCommands to use predefined functionality.