TextOptions Members
In This Article
#Constructors
Name | Description |
---|---|
Text |
Initializes a new instance of the Text |
Text |
Initializes a new instance of the Text |
Text |
Initializes a new instance of the Text |
#Properties
Name | Description |
---|---|
Default |
Gets an object that specifies the default text options. |
Default |
Gets an object whose settings force text to be centered. |
Default |
Gets an object whose settings allow text to wrap. |
Default |
Gets an object whose settings prevent text from wrapping. |
Default |
Gets an object whose settings force text to be centered and prevent it from wrapping. |
Default |
Gets an object that contains the default formatting settings. |
HAlignment | Gets or sets the horizontal alignment of text. |
Hotkey |
Gets or sets whether to underline characters that are preceded with an ampersand symbol (&). This option is supported by a set of controls. |
Right |
Gets or sets whether the text is directed from right to left. |
Trimming | Gets or sets text trimming mode. |
VAlignment | Gets or sets the vertical alignment of text. |
Word |
Gets or sets text wrapping mode. |
#Methods
Name | Description |
---|---|
Assign |
Copies settings from the specified object to the current Text |
Begin |
Prevents a text’s visual updates when Text |
Cancel |
Enables a text’s visual updates if the text was previously locked by the Begin |
End |
Enables a text’s visual updates if the text was previously locked by the Begin |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Force |
Specifies how the default string format referred to by the Text |
Get |
Returns an object that contains text alignment information and Open |
Get |
Returns an object that contains text alignment information and Open |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Returns a String |
Get |
Returns a String |
Get |
Returns a String |
Get |
Returns a String |
Get |
Gets the Type of the current instance. Inherited from Object. |
Horz |
Obsolete. Converts the specified Horz |
Is |
Tests whether two objects have the same property values. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Reset() | Resets all the text settings to their default values. |
Set |
Specifies a text’s horizontal alignment within a control. |
Set |
This is an internal method that should not be called directly from your code. |
Set |
Sets the Text |
To |
Returns the text representation of the current object. |
Update |
For internal use. Copies settings from the specified object to the current object. |
Vert |
Obsolete. Converts the specified Vert |
See Also