LEADTOOLS Medical (Leadtools.Dicom.Web assembly)
LEAD Technologies, Inc

DrawingFont Property






Gets or sets the System.Drawing.Font to be used when painting on the cell.
Syntax
public Font DrawingFont {get; set;}
'Declaration
 
Public Property DrawingFont As Font
'Usage
 
Dim instance As TextDrawingOptions
Dim value As Font
 
instance.DrawingFont = value
 
value = instance.DrawingFont
public Font DrawingFont {get; set;}
 get_DrawingFont();
set_DrawingFont(value);
public:
property Font^ DrawingFont {
   Font^ get();
   void set (    Font^ value);
}

Property Value

The System.Drawing.Font to be used when painting on the cell.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TextDrawingOptions Class
TextDrawingOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.