In This Topic
Overload List
Overload | Description |
RenderText Constructor() | Initializes a new instance of the RenderText class. |
RenderText Constructor(String) | Initializes a new instance of the RenderText class, assigning the Text property. |
RenderText Constructor(String,Style) | Initializes a new instance of the RenderText class, assigning the Text property and style. |
RenderText Constructor(String,Font) | Initializes a new instance of the RenderText class, assigning the Text property and font. |
RenderText Constructor(String,Font,Color) | Initializes a new instance of the RenderText class, assigning the Text property, font and text color. |
RenderText Constructor(String,Font,Color,AlignHorzEnum) | Initializes a new instance of the RenderText class, assigning the Text property, font, text color and alignment. |
RenderText Constructor(String,Font,AlignHorzEnum) | Initializes a new instance of the RenderText class, assigning the Text property, font and text alignment. |
RenderText Constructor(String,AlignHorzEnum) | Initializes a new instance of the RenderText class, assigning the Text property, and text alignment. |
RenderText Constructor(String,Style,Style) | Initializes a new instance of the RenderText class, assigning the Text property, and the parent styles. |
See Also