Class DrawingFont
  
  
  
  
    Inheritance
    System.Object
    DrawingFont
   
  
  Assembly: DRIT.Spreadsheet.dll
  Syntax
  
    public class DrawingFont : object
   
  Constructors
  
  
  
  
  DrawingFont()
  
  
  Declaration
  
  Properties
  
  
  
  
  Bold
  
  
  Declaration
  
    public bool Bold { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
  
  
  Color
  
  
  Declaration
  
    public Color Color { get; set; }
   
  Property Value
  
  
  
  
  DrawingColor
  
  
  Declaration
  
    public DrawingColor DrawingColor { get; set; }
   
  Property Value
  
  
  
  
  Italic
  
  
  Declaration
  
    public bool Italic { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
  
  
  Name
  
  
  Declaration
  
    public string Name { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  
  
  Size
  
  
  Declaration
  
    public double Size { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Double | 
         | 
      
    
  
  
  
  
  Strikethrough
  
  
  Declaration
  
    public bool Strikethrough { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
  
  
  Underline
  
  
  Declaration
  
    public UnderlineType Underline { get; set; }
   
  Property Value