Class ContentDialogArgsBase<TDialogView, TDialogContext>
Defines base arguments for the IContentDialog
Inheritance
DialogArgsBase<TDialogView, TDialogContext>
ContentDialogArgsBase<TDialogView, TDialogContext>
Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public abstract class ContentDialogArgsBase<TDialogView, TDialogContext> : DialogArgsBase<TDialogView, TDialogContext> where TDialogView : FrameworkElement where TDialogContext : IDialogContext
Type Parameters
| Name | Description |
|---|---|
| TDialogView | The wpf element that is displayed within the dialog. |
| TDialogContext | The dialog context type. |
Properties
View SourceBaselineHeight
defines the height of the distance between content/error region and button region; max height is 30 px; default is 0 px; HID style: often 10 px
Declaration
public double BaselineHeight { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
BottomContent
Gets or sets the content of the bottom.
Declaration
public object BottomContent { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
BottomContentRowSpan
Gets or sets the bottom content row span.
Declaration
public int BottomContentRowSpan { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
ToolBarButtonDefinitions
Defines the Buttons in the ToolBar region
Declaration
public IEnumerable<ToolBarButtonDefinition> ToolBarButtonDefinitions { get; set; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<ToolBarButtonDefinition> |