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



Gets or sets the System.Drawing.Font to be used when painting on the cell.

Syntax

Visual Basic (Declaration) 
Public Property DrawingFont As Font
Visual Basic (Usage)Copy Code
Dim instance As TextDrawingOptions
Dim value As Font
 
instance.DrawingFont = value
 
value = instance.DrawingFont
C# 
public Font DrawingFont {get; set;}
C++/CLI 
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 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also