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;} |
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