Error processing SSI file
LEADTOOLS Medical (Leadtools.Dicom.Web assembly)

Show in webframe

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:
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

See Also

Reference

TextDrawingOptions Class
TextDrawingOptions Members

Error processing SSI file