Class ContentDialogArgsBase<TDialogView, TDialogContext>
Defines base arguments for the IContentDialog
Inheritance
System.Object
    DialogArgsBase<TDialogView, TDialogContext>
    ContentDialogArgsBase<TDialogView, TDialogContext>
      
      
  
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
    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 | 
|---|---|
| System.Double | 
BottomContent
Gets or sets the content of the bottom.
Declaration
public object BottomContent { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Object | 
BottomContentRowSpan
Gets or sets the bottom content row span.
Declaration
public int BottomContentRowSpan { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
ToolBarButtonDefinitions
Defines the Buttons in the ToolBar region
Declaration
public IEnumerable<ToolBarButtonDefinition> ToolBarButtonDefinitions { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.IEnumerable<ToolBarButtonDefinition> |