ITextFormattable::GetTextRunProperties Method (TextRunProperties^)
Visual Studio 2015
Gets a set of TextRunProperties that overrides the default TextRunProperties used to display the text.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Parameters
- defaultTextRunProperties
-
Type:
System.Windows.Media.TextFormatting::TextRunProperties^
The set of TextRunProperties that would have been used to present this object if they had not been overridden.
Return Value
Type: System.Windows.Media.TextFormatting::TextRunProperties^A set of TextRunProperties that should be used to display this object's text.
Show: