Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

RichTextRunFont(String, Double, Color) Constructor

Initializes a new instance of the RichTextRunFont class with the specified settings.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

public RichTextRunFont(
    string name,
    double size,
    Color color
)

Parameters

Name Type Description
name String

A String value that specifies the font name.

size Double

A Double value that specifies the font size in points.

color Color

A Color object that specifies the font color.

See Also