The following tables list the members exposed by DrawStringParameters.
Name | Description | |
---|---|---|
![]() | DrawStringParameters Constructor | Creates a new DrawStringParameters instance. |
Name | Description | |
---|---|---|
![]() | Brush | Gets or sets the SolidBrush that determines the color of the drawn text. |
![]() | DrawStringFlags | Gets or sets the flags which determine what kind of special consideration, if any, is given to the measuring or drawing of text. |
![]() | Font | Gets or sets the font to use when drawing or measuring the text. |
![]() | Format | Gets or sets the string format used to draw or measure the text. |
![]() | Graphics | Gets or sets the graphics object used to draw or measure the text. |
![]() | LayoutBounds | Gets or sets the location and size of the area used to draw or measure the text. |
![]() | LayoutLocation | Gets or sets the location of the area used to draw or measure the text. |
![]() | LayoutSize | Gets or sets the size of the area used to draw or measure the text. |
![]() | Text | Gets or sets the text to draw or measure. |
![]() | TextOrientation | Gets or sets the orientation to use when measuring or drawing the text. |