FarPoint.Win Assembly / FarPoint.Win.Text Namespace / DrawTextArgs Structure
Fields


DrawTextArgs Structure Members

The following tables list the members exposed by DrawTextArgs.

Public Constructors
 NameDescription
Public ConstructorCreates Draw Text arguments.  
Top
Public Fields
 NameDescription
Public FieldAdjustment for top  
Public FieldHeight of the drawing rectangle.  
Public FieldFont of the text.  
Public FieldColor of the text.  
Public FieldThe direction where getPreferredSize is executed  
Public FieldGraphics device interface for painting the text.  
Public FieldHorizontal alignment settings of the text relative to its bounding rectangle.  
Public FieldHotkey prefix style of the text.  
Public FieldWhether this is for diagonal line  
Public FieldWhether to keep alignment when cell size is small than text size  
Public FieldWhether to allow text to go to multiple lines.  
Public FieldBounding rectangle of the text.  
Public Field  
Public FieldWhether layout is right-to-left.  
Public FieldRotation angle of the text.  
Public Field  
Public FieldTrimming effect of the text.  
Public FieldText to draw.  
Public FieldNumber of pixels to indent the text.  
Public FieldOrientation of the text.  
Public FieldVertical alignment settings of the text relative to its bounding rectangle.  
Public FieldWhether the text is wrapped to multiple lines.  
Top
See Also