Text |
public class TextProperties
The TextProperties type exposes the following members.
| Name | Description | |
|---|---|---|
| TextProperties | Initializes a new instance of the TextProperties class |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Name | Description | |
|---|---|---|
| Color | Color used for the text. | |
| FontBold | Whether the font is bold. | |
| FontItalic | Whether the font is italic. | |
| FontSize | Font size used for the text. | |
| FontUnderline | Whether the font is underlined. | |
| Justify | Justification for the text. | |
| Rotation | Rotation angle for the text. | |
| WhiteOut | Whether to white-out the background behind the text. | |
| XOffset | Horizontal offset for the text. | |
| YOffset | Vertical offset for the text. |