Represents the signature properties dialog.
Definition
Namespace:Telerik.Windows.Controls.FixedDocumentViewersUI.Dialogs
Assembly:Telerik.Windows.Controls.FixedDocumentViewersUI.dll
Syntax:
C#
public sealed class SignaturePropertiesDialog : RadWindow, INotifyLayoutChange, IDragAware, ISignaturePropertiesDialog, IComponentConnector
Inheritance: objectWindowBaseRadWindowSignaturePropertiesDialog
Implements:
Inherited Members
Constructors
Initializes a new instance of the SignaturePropertiesDialog class.
C#
public SignaturePropertiesDialog()
Properties
Gets or sets the view model creator responsible for creating the view model used for this dialog.
C#
public Func<SignaturePropertiesDialogContext, SignaturePropertiesDialogViewModel> ViewModelCreator { get; set; }
The view model creator.
Methods
InitializeComponent
C#
public void InitializeComponent()
Shows the dialog.
C#
public void ShowDialog(SignaturePropertiesDialogContext context)
The context.
Implements: