Represents the show signature properties dialog command context.
Definition
Namespace:Telerik.Windows.Documents.Commands
Assembly:Telerik.Windows.Controls.FixedDocumentViewers.dll
Syntax:
C#
public class ShowSignaturePropertiesDialogCommandContext
Inheritance: objectShowSignaturePropertiesDialogCommandContext
Constructors
C#
public ShowSignaturePropertiesDialogCommandContext()
Properties
SignatureField
SignatureField
Gets or sets the signature field.
C#
public SignatureField SignatureField { get; set; }
The signature field.
SignatureValidationProperties
SignatureValidationProperties
Gets or sets the signature validation properties.
C#
public SignatureValidationProperties SignatureValidationProperties { get; set; }
The signature validation properties.