GenericTextRunProperties.

GenericTextRunProperties(Typeface, double, TextDecorationCollection, IBrush, IBrush, CultureInfo) Constructor

Syntax

public GenericTextRunProperties(Typeface typeface, double fontRenderingEmSize = 12, TextDecorationCollection textDecorations = null, IBrush foregroundBrush = null, IBrush backgroundBrush = null, CultureInfo cultureInfo = null)

Parameters

Name Type Description
typeface Typeface
fontRenderingEmSize double
textDecorations TextDecorationCollection
foregroundBrush IBrush
backgroundBrush IBrush
cultureInfo CultureInfo

Return Value

Type Description
void