LEADTOOLS Medical (Leadtools.Dicom.Web assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
TextDrawingOptions Class Members
See Also  Properties 
Leadtools.Dicom.Web Namespace : TextDrawingOptions Class

The following tables list the members exposed by TextDrawingOptions.

Public Constructors

 NameDescription
public Constructor TextDrawingOptions ConstructorInitializes an new instance of the TextDrawingOptions class.  
Top

Public Properties

 NameDescription
public Property DrawingFontGets or sets the System.Drawing.Font to be used when painting on the cell.  
public Property TextGets or sets the text to be painted on the cell.  
public Property TextBrushGets or sets the System.Drawing.SolidBrush to use for painting.  
public Property TextFormatGets or sets the System.Drawing.StringFormat options when painting on the cell.  
Top

See Also