Click or drag to resize

TextBox Class

Text box object placed on a window.
Inheritance Hierarchy
SystemObject
  Altaxo.Serialization.OriginTextBox

Namespace: Altaxo.Serialization.Origin
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public class TextBox

The TextBox type exposes the following members.

Constructors
 NameDescription
Public methodTextBox(String)Creates a new text box with default appearance.
Public methodTextBox(String, Rect, Color, Int16, Int32, Int32, BorderType, Attach, Boolean)Creates a new text box with explicit properties.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Fields
 NameDescription
Public fieldAttachAttachment target for the text box (frame, page, etc.).
Public fieldBorderTypeBorder type drawn around the text box.
Public fieldClientRectClient rectangle defining the box position and size.
Public fieldColorColor used to draw the text.
Public fieldFontSizeFont size used for the text (in some internal units).
Public fieldIsShownWhether the text box is shown.
Public fieldRotationRotation angle for the text.
Public fieldTabTab width used for the text box.
Public fieldTextText contained in the text box.
Top
See Also