Show / Hide Table of Contents

Class DrawingFont

Inheritance
System.Object
DrawingFont
Namespace: DRIT.Spreadsheet.Drawing
Assembly: DRIT.Spreadsheet.dll
Syntax
public class DrawingFont : object

Constructors

DrawingFont()

Declaration
public DrawingFont()

Properties

Bold

Declaration
public bool Bold { get; set; }
Property Value
Type Description
System.Boolean

Color

Declaration
public Color Color { get; set; }
Property Value
Type Description
Color

DrawingColor

Declaration
public DrawingColor DrawingColor { get; set; }
Property Value
Type Description
DrawingColor

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
Type Description
UnderlineType
Back to top Generated by DocFX