Class
SignSignatureDialog

Represents the sign signature dialog.

Definition

Namespace:Telerik.UI.Xaml.Controls.PdfViewer.Dialogs

Assembly:Telerik.WinUI.Controls.PdfViewer.dll

Syntax:

cs-api-definition
public sealed class SignSignatureDialog : RadWindow, INotifyLayoutChange, IDragAware, ISignSignatureDialog, IComponentConnector

Inheritance: objectHeaderedContentControlWindowBaseRadWindowSignSignatureDialog

Implements: IComponentConnectorIDragAwareINotifyLayoutChangeISignSignatureDialog

Inherited Members RadWindow.ResponseButtonPropertyRadWindow.ModalBackgroundPropertyRadWindow.IconPropertyRadWindow.IconTemplatePropertyRadWindow.WindowStartupLocationPropertyRadWindow.DialogResultPropertyRadWindow.PromptResultPropertyRadWindow.BorderBackgroundPropertyRadWindow.RestoreMinimizedLocationPropertyRadWindow.IsRestrictedPropertyRadWindow.RestrictedAreaMarginPropertyRadWindow.IsRestrictedWhenMaximizedPropertyRadWindow.GetParentRadWindow(DependencyObject)RadWindow.GetResponseButton(DependencyObject)RadWindow.SetResponseButton(DependencyObject, ResponseButton)RadWindow.Show()RadWindow.ShowDialog()RadWindow.DefaultSizeRatioRadWindow.BorderBackgroundRadWindow.ModalBackgroundRadWindow.IconTemplateRadWindow.IconRadWindow.WindowStartupLocationRadWindow.DialogResultRadWindow.PromptResultRadWindow.RestoreMinimizedLocationRadWindow.IsRestrictedRadWindow.RestrictedAreaMarginRadWindow.IsRestrictedWhenMaximizedRadWindow.OutOfBrowserOwnerRadWindow.ClosedRadWindow.PreviewClosedWindowBase.IsModalPropertyWindowBase.IsOpenPropertyWindowBase.IsResizingPropertyWindowBase.IsDraggingPropertyWindowBase.IsActiveWindowPropertyWindowBase.IsTopmostPropertyWindowBase.CaptionHeightPropertyWindowBase.ResizeBorderPropertyWindowBase.LeftPropertyWindowBase.TopPropertyWindowBase.WindowStatePropertyWindowBase.ResizeModePropertyWindowBase.CanClosePropertyWindowBase.CanMovePropertyWindowBase.SizeToContentPropertyWindowBase.HideMinimizeButtonPropertyWindowBase.HideMaximizeButtonPropertyWindowBase.Close()WindowBase.GetZIndex()WindowBase.BringToFront()WindowBase.GetNormalSizeAndPosition()WindowBase.IsModalWindowBase.IsOpenWindowBase.IsTopmostWindowBase.CaptionHeightWindowBase.ResizeBorderWindowBase.LeftWindowBase.TopWindowBase.IsResizingWindowBase.IsDraggingWindowBase.IsLayoutChangingWindowBase.WindowStateWindowBase.ResizeModeWindowBase.CanCloseWindowBase.CanMoveWindowBase.IsActiveWindowWindowBase.SizeToContentWindowBase.HideMaximizeButtonWindowBase.HideMinimizeButtonWindowBase.OwnerWindowBase.ActivatedWindowBase.DeactivatedWindowBase.LayoutChangeEndedWindowBase.LayoutChangeStartedWindowBase.LocationChangedWindowBase.WindowStateChangedHeaderedContentControl.HasHeaderPropertyHeaderedContentControl.HeaderPropertyHeaderedContentControl.HeaderTemplatePropertyHeaderedContentControl.FocusVisualStylePropertyHeaderedContentControl.HeaderTemplateSelectorPropertyHeaderedContentControl.IsFocusedPropertyHeaderedContentControl.HasHeaderHeaderedContentControl.IsFocusedHeaderedContentControl.HeaderHeaderedContentControl.FocusVisualStyleHeaderedContentControl.HeaderTemplateHeaderedContentControl.HeaderTemplateSelector

Constructors

SignSignatureDialog()

Initializes a new instance of the SignSignatureDialog class.

Declaration

cs-api-definition
public SignSignatureDialog()

Properties

ViewModelCreator

Gets or sets the view model creator responsible for creating the view model used for this dialog.

Declaration

cs-api-definition
public Func<SignSignatureDialogContext, SignSignatureDialogViewModel> ViewModelCreator { get; set; }

Property Value

Func<SignSignatureDialogContext, SignSignatureDialogViewModel>

The view model creator.

Methods

Connect(int, object)

Connect()

Declaration

cs-api-definition
public void Connect(int connectionId, object target)

Parameters

connectionId

int

target

object

GetBindingConnector(int, object)

GetBindingConnector(int connectionId, object target)

Declaration

cs-api-definition
public IComponentConnector GetBindingConnector(int connectionId, object target)

Parameters

connectionId

int

target

object

Returns

IComponentConnector

InitializeComponent()

InitializeComponent()

Declaration

cs-api-definition
public void InitializeComponent()

OnClosed()

Called when the dialog is closed.

Declaration

cs-api-definition
protected override void OnClosed()

Overrides RadWindow.OnClosed()

ShowDialog(SignSignatureDialogContext)

Shows the dialog.

Declaration

cs-api-definition
public void ShowDialog(SignSignatureDialogContext context)

Parameters

context

SignSignatureDialogContext

The context.

Implements ISignSignatureDialog.ShowDialog(SignSignatureDialogContext)