[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.FontInfo

FontInfo Class

Contains the font attributes (font name, font size, color, and so on) for an object.

Inheritance
FontInfo
Namespace: GrapeCity.Wpf.SpreadSheet
Assembly: GrapeCity.Wpf.SpreadSheet.dll
Syntax
public sealed class FontInfo
Public NotInheritable Class FontInfo

Constructors

Properties

Name Description
Bold

True if the font is bold.

Color

Gets or sets the primary color of the object

Italic

True if the font style is italic

Name

Gets or sets a value that represents the name of the object.

Size

Gets or sets the size in points of the font.

SizeInPixels

Gets or sets the size in pixels of the font.

Strikethrough

True if the font is struck through with a horizontal line.

Subscript

True if the font is formatted as subscript. False by default.

Superscript

True if the font is formatted as superscript; False by default.

ThemeFont

Gets or sets the theme font in the applied font scheme that is associated with the specified object.

Underline

Gets or sets the type of underline applied to the font.