MindFusion.Wpf Pack Programmer's Guide
Run Members
Constructors Properties Methods
 


Represents a fragment of text with uniform formatting in a FormattedText object.

The following tables list the members exposed by the Run type.

 Public Constructors

  Name Description

Run

Initializes a new instance of the Run class.

 Public Properties

  Name Description

Brush

Gets or sets the text color of the run, or null (Nothing in Visual Basic), if the run should use the default text color.

FontBold

Gets or sets the font weight of the run, or null (Nothing in Visual Basic), if the run should use the default font weight.

FontItalic

Gets or sets the font italic style of the run, or null (Nothing in Visual Basic), if the run should use the default font italic style.

FontName

Gets or sets the font name of the run, or null (Nothing in Visual Basic), if the run should use the default font.

FontSize

Gets or sets the font size of the run, or null (Nothing in Visual Basic), if the run should use the default font size.

FontStrikeout

Gets or sets the font strikeout style of the run, or null (Nothing in Visual Basic), if the run should use the default font strikeout style.

FontUnderlined

Gets or sets the font underlined style of the run, or null (Nothing in Visual Basic), if the run should use the default font underlined style.

Text

Gets or sets the text of the run.

 Public Methods

  Name Description

ToString

Object.ToString override.

 See Also

Run Class
MindFusion.Spreadsheet.Wpf Namespace