RenderParagraph Constructor
In This Topic
Overload List
Overload | Description |
RenderParagraph Constructor() | Initializes a new instance of the RenderParagraph class. |
RenderParagraph Constructor(Style) | Initializes a new instance of the RenderParagraph class, specifying a Style to use. |
RenderParagraph Constructor(Font) | Initializes a new instance of the RenderParagraph class, specifying a System.Drawing.Font to use. |
RenderParagraph Constructor(Font,Color) | Initializes a new instance of the RenderParagraph class, specifying the default font and text color. |
RenderParagraph Constructor(Font,Color,AlignHorzEnum) | Initializes a new instance of the RenderParagraph class, specifying the default font, text color and horizontal alignment. |
RenderParagraph Constructor(Font,AlignHorzEnum) | Initializes a new instance of the RenderParagraph class, specifying the default font and horizontal alignment. |
RenderParagraph Constructor(AlignHorzEnum) | Initializes a new instance of the RenderParagraph class, specifying the horizontal alignment. |
See Also