Name | Description | |
---|---|---|
![]() | WpfTextObjectTextBoxTransformer | Initializes a new instance of the WpfTextObjectTextBoxTransformer class. |
Name | Description | |
---|---|---|
![]() | WpfTextObjectTextBoxTransformer | Initializes a new instance of the WpfTextObjectTextBoxTransformer class. |
Name | Description | |
---|---|---|
![]() | ActivateClickCount | Gets or sets the mouse click count that needs to activate text editing. |
![]() | AutomaticallyCalculateTextBoxLocationAndSize | Gets or sets a value indicating whether the size and location of the TextBox should be calculated automatically. |
![]() | AutoZoomTextBox | Gets or sets a value indicating whether automatic zoom must be used in text box. |
![]() | EditorArea | Gets or sets an interaction area that is used for editing of text of interactive object. |
![]() | FocusedInteractionArea | Gets a focused interaction area. (Inherited from WpfInteractionControllerBase) |
![]() | FocusOnTextBoxShown | Gets or sets a value indicating whether text box must receive focus when text box is shown. |
![]() | HasAppearance | Gets a value indicating whether this interaction controller has appearance. (Inherited from WpfInteractionControllerBase) |
![]() | InteractionAreas | Gets a read-only collection of interaction areas. (Inherited from WpfInteractionControllerBase) |
![]() | InteractiveObject | Gets an interactive object of interaction controller. (Inherited from WpfInteractionControllerBase<T>) |
![]() | IsActivated | Gets a value indicating whether controller is activated. (Inherited from WpfInteractionControllerBase) |
![]() | IsEnabled | Gets or sets a value indicating whether interaction controller is enabled. (Inherited from WpfInteractionControllerBase) |
![]() | IsInteracting | Gets a value indicating whether controller is interacting with the interaction object. (Inherited from WpfInteractionControllerBase) |
![]() | IsTextBoxVisible | Gets a value indicating whether text box is visible. |
![]() | IsVerticalCentering | Gets or sets a value indicating whether the text must be centered in vertical direction. |
![]() | IsVisible | Gets a value indicating whether controller is visible. (Inherited from WpfInteractionControllerBase<T>) |
![]() | Text | Gets or sets a text of the interactive object. |
![]() | TextBox | Gets or sets the TextBox of this transformer. |
![]() | TextBoxHeight | Gets or sets a height of TextBox. |
![]() | TextBoxWidth | Gets or sets a width of TextBox. |
![]() | TextBoxZoomFactor | Gets or sets the zoom factor of text box. |
![]() | UseObjectBoundingBoxForTextBoxLocationAndSize | Gets or sets a value indicating whether the location and size of TextBox must be get from an object bounding box. |
Name | Description | |
---|---|---|
![]() | InteractionAreaList | Gets a list of interaction areas. (Inherited from WpfInteractionControllerBase) |
Name | Description | |
---|---|---|
![]() | DrawAppearance | Draws the interaction controller appearance on specifed graphics engine. (Inherited from WpfInteractionControllerBase) |
![]() | HideTextBox | Hides the text box. |
![]() | OnActivate | Invoked when interaction controller is activated. |
![]() | OnDeactivate | Occurs when interaction controller is deactivated. |
![]() | OnInteraction | Invoked when user interacts with an interaction area of interactive object. (Inherited from WpfInteractionControllerBase) |
![]() | Reset | Resets the interaction controller. (Inherited from WpfInteractionControllerBase) |
![]() | ShowTextBox | Shows the text box in the specified location of specified WpfImageViewer. |
![]() | UpdateInteractionAreas | Updates the interaction areas of this controller. |
Name | Description | |
---|---|---|
![]() | CreateTextBox | Creates the text box. |
![]() | DisableHandlingTextChangedEvent | Disables the handling text changed event. |
![]() | DisposeTextBox | Disposes the text box. |
![]() | EnableHandlingTextChangedEvent | Enables the handling text changed event. |
![]() | OnInteractionFinished | Raises the InteractionFinished event. (Inherited from WpfInteractionControllerBase) |
![]() | OnTextBoxClosed | Raises the TextBoxClosed event. It is called after the TextBox is closed. |
![]() | OnTextBoxClosing | Raises the TextBoxClosing event. It is called before the TextBox is closed. |
![]() | OnTextBoxShowing | Raises the TextBoxShowing event. It is called before the TextBox is shown. |
![]() | OnTextBoxShown | Raises the TextBoxShown event. It is called after the TextBox is shown. |
![]() | OnTextBoxUpdated | Raises the TextBoxUpdated event. It is called after updating the location and/or size of the TextBox or the text object in the viewer. |
![]() | PerformInteraction | Performs an interaction between user and interaction area of interaction object. |
![]() | UpdateTextBoxLocationAndSize | Updates the location and size of TextBox. |
Name | Description | |
---|---|---|
![]() | Interaction | Occurs when user interacts with an interaction area of interactive object. (Inherited from WpfInteractionControllerBase) |
![]() | InteractionFinished | Occurs when interaction is finished. (Inherited from WpfInteractionControllerBase) |
![]() | TextBoxClosed | Occurs after closing the TextBox. |
![]() | TextBoxClosing | Occurs before closing the TextBox. |
![]() | TextBoxShowing | Occurs before showing the TextBox. |
![]() | TextBoxShown | Occurs after showing the TextBox. |
![]() | TextBoxUpdated | Occurs after updating the location and/or size of the TextBox or the text object in the viewer. |
WpfTextObjectTextBoxTransformer Class
Vintasoft.Imaging.Wpf.UI.VisualTools.UserInteraction Namespace