TextFormattingRunProperties.CreateTextFormattingRunProperties Method
Include Protected Members
Include Inherited Members
Initializes a new instance of TextFormattingRunProperties.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
CreateTextFormattingRunProperties() | Initializes a new instance of TextFormattingRunProperties. | |
CreateTextFormattingRunProperties(Typeface, Double, Color) | Initializes a new instance of TextFormattingRunProperties with the specified options. | |
CreateTextFormattingRunProperties(Brush, Brush, Typeface, Nullable<Double>, Nullable<Double>, TextDecorationCollection, TextEffectCollection, CultureInfo) | Initializes a new instance of TextFormattingRunProperties with the specified options. |
Top