CompletionPresenterStyle::SelectionTextRunProperties Property

 

Gets text run properties that are used to paint the text of the selected completion item.

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

public:
property TextRunProperties^ SelectionTextRunProperties {
	[CompilerGeneratedAttribute]
	virtual TextRunProperties^ get();
	[CompilerGeneratedAttribute]
	protected: virtual void set(TextRunProperties^ value);
}

This TextRunProperties object must not conflict with the SelectionBackgroundBrush.

Return to top
Show: