ITextFormattable::GetTextRunProperties Method (TextRunProperties^)

 

Gets a set of TextRunProperties that overrides the default TextRunProperties used to display the text.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

TextRunProperties^ GetTextRunProperties(
	TextRunProperties^ defaultTextRunProperties
)

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.

Return to top
Show: