SignatureHelpPresenterStyle Class

Definition

Defines a set of properties that will be used to style the default signature help presenter.

public ref class SignatureHelpPresenterStyle
[Windows::Foundation::Metadata::WebHostHidden]
class SignatureHelpPresenterStyle
public class SignatureHelpPresenterStyle
type SignatureHelpPresenterStyle = class
Public Class SignatureHelpPresenterStyle
Inheritance
SignatureHelpPresenterStyle

Remarks

This is a MEF component part, and should be exported with the following attributes: [Export(typeof(SignatureHelpPresenterStyle))] [ContentType] [Name] [Order] All exports of this component part should be ordered after the "default" signature help presenter style. At a minimum, this means adding [Order(After="default")] to the export metadata.

Constructors

SignatureHelpPresenterStyle()

Initializes a new instance of SignatureHelpPresenterStyle.

Properties

AreGradientsAllowed

Gets a value determining whether or not gradients should be used in the presentation of a ISignatureHelpSession.

BackgroundBrush

Gets a Brush that will be used to paint the background of the signature help presenter.

BorderBrush

Gets a Brush that will be used to paint the borders in the signature help presenter.

CurrentParameterDocumentationTextRunProperties

Gets a TextRunProperties that will be used to format the text of the current parameter documentation.

CurrentParameterNameTextRunProperties

Gets a TextRunProperties that will be used to format the text of the current parameter name.

ForegroundBrush

Gets a Brush that will be used to paint the foreground of the signature help presenter.

SignatureAppearanceCategory

Gets a string that identifies the appearance category for the ITextViews displayed in the default signature help presenter.

SignatureDocumentationTextRunProperties

Gets a TextRunProperties that will be used to format the text of the signature documentation.

UpDownSignatureTextRunProperties

Gets a TextRunProperties that will be used to format the text of up/down signature spinner.

Applies to