[]
Represents the rendering state
public sealed class RenderState
| Name | Description |
|---|---|
| BackColor | Theback color. |
| BackStyleTransparent | The flag determining that back style is transparent. |
| CharacterSpacing | The character spacing. |
| ClippingStack | The clipping stack. |
| CurrentFontIndex | The current font index. |
| EnableKinsoku | The kinsoku field. If |
| Font | The font. |
| ForeColor | The for color. |
| LineSpacing | The line spacing. |
| Padding | The padding. |
| PenStyle | The pen style. |
| PenStyleTransparent | The flag determining that pen style is transparent. |
| PenThickness | The pen thickness. |
| RightToLeft | The RTL text flag. |
| ScaleX | Scale on the X axis. |
| TabStops | Array of the tab stops. |
| TextAlignment | The text alignment. |
| TextAngle | The angle of the text. |
| TextJustify | The text justification. |
| TextRenderingHint | The text render hint. |
| VerticalText | The vertical text. |
| VerticalTextAlignment | The vertical text alignment. |
| WrapMode | The wrap mode. |
| Name | Description |
|---|---|
| Clone() | Performs a cloning of this instance. |