Class SignaturePropertiesDialog
Represents the signature properties dialog.
Inherited Members
Namespace: Telerik.Windows.Controls.FixedDocumentViewersUI.Dialogs
Assembly: Telerik.Windows.Controls.FixedDocumentViewersUI.dll
Syntax
public sealed class SignaturePropertiesDialog : RadWindow, INotifyLayoutChange, IWindowDragAware, IDragAware, IClickAware, IThemable, ISignaturePropertiesDialog, IComponentConnector
Constructors
SignaturePropertiesDialog()
Initializes a new instance of the Signature
Declaration
public SignaturePropertiesDialog()
Properties
ViewModelCreator
Gets or sets the view model creator responsible for creating the view model used for this dialog.
Declaration
public Func<SignaturePropertiesDialogContext, SignaturePropertiesDialogViewModel> ViewModelCreator { get; set; }
Property Value
System. The view model creator. |
Methods
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()
ShowDialog(SignaturePropertiesDialogContext)
Shows the dialog.
Declaration
public void ShowDialog(SignaturePropertiesDialogContext context)
Parameters
Signature The context. |