Version

DrawStringParameters Structure Members

The following tables list the members exposed by DrawStringParameters.

Public Constructors
 NameDescription
Public ConstructorDrawStringParameters ConstructorCreates a new DrawStringParameters instance.  
Public Properties
 NameDescription
Public PropertyBrushGets or sets the SolidBrush that determines the color of the drawn text.  
Public PropertyDrawStringFlagsGets or sets the flags which determine what kind of special consideration, if any, is given to the measuring or drawing of text.  
Public PropertyFontGets or sets the font to use when drawing or measuring the text.  
Public PropertyFormatGets or sets the string format used to draw or measure the text.  
Public PropertyGraphicsGets or sets the graphics object used to draw or measure the text.  
Public PropertyLayoutBoundsGets or sets the location and size of the area used to draw or measure the text.  
Public PropertyLayoutLocationGets or sets the location of the area used to draw or measure the text.  
Public PropertyLayoutSizeGets or sets the size of the area used to draw or measure the text.  
Public PropertyTextGets or sets the text to draw or measure.  
Public PropertyTextOrientationGets or sets the orientation to use when measuring or drawing the text.  
See Also