SignatureHelpPresenterStyle::UpDownSignatureTextRunProperties Property
Visual Studio 2015
Gets a TextRunProperties that will be used to format the text of up/down signature arrows.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
public: property TextRunProperties^ UpDownSignatureTextRunProperties { [CompilerGeneratedAttribute] virtual TextRunProperties^ get(); [CompilerGeneratedAttribute] protected: virtual void set(TextRunProperties^ value); }
Property Value
Type: System.Windows.Media.TextFormatting::TextRunProperties^The text run properties of the up/down signature arrows.
Show: