VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools.UserInteraction Namespace / TextObjectTextBoxTransformer Class
In This Topic
TextObjectTextBoxTransformer Class Properties
In This Topic
For a list of all properties of this type, see TextObjectTextBoxTransformer.
Public Properties
 NameDescription
Public PropertyGets or sets the count of mouse clicks, which must be made by user to activate the text editing.
Public PropertyGets or sets a value indicating whether the size and location of the TextBox should be calculated automatically.
Public PropertyGets or sets a value indicating whether automatic zoom must be used in text box.
Public PropertyGets or sets an interaction area that is used for editing of text of interactive object.
Public PropertyGets a focused interaction area. (Inherited from InteractionControllerBase)
Public PropertyGets or sets a value indicating whether text box must receive focus when text box is shown.
Public PropertyGets a value indicating whether this interaction controller has appearance. (Inherited from InteractionControllerBase)
Public PropertyGets a read-only collection of interaction areas. (Inherited from InteractionControllerBase)
Public PropertyGets an interactive object of interaction controller. (Inherited from InteractionControllerBase<T>)
Public PropertyGets a value indicating whether controller is activated. (Inherited from InteractionControllerBase)
Public PropertyGets or sets a value indicating whether interaction controller is enabled. (Inherited from InteractionControllerBase)
Public PropertyGets a value indicating whether controller is interacting with the interactive object. (Inherited from InteractionControllerBase)
Public PropertyGets a value indicating whether text box is visible.
Public PropertyGets or sets a value indicating whether the text must be centered in vertical direction.
Public PropertyGets a value indicating whether controller is visible. (Inherited from InteractionControllerBase<T>)
Public Propertystatic (Shared in Visual Basic)Gets or sets a value indicating whether transformer need to dispose TextBox after use.
Public Propertystatic (Shared in Visual Basic)Gets or sets a value indicating whether transformer should change the font size in TextBox control using TextBoxZoomFactor property.
Public PropertyGets or sets the spell check manager.
Public PropertyGets or sets a text of the interactive object.
Public PropertyGets or sets the TextBox of this transformer.
Public PropertyGets or sets a height of TextBox.
Public PropertyGets or sets a width of TextBox.
Public PropertyGets or sets the zoom factor of text box.
Public PropertyGets or sets a value indicating whether the location and size of TextBox must be get from an object bounding box.
Protected Properties
 NameDescription
Protected PropertyGets a list of interaction areas. (Inherited from InteractionControllerBase)
See Also