Partager via


TextFormattingRunProperties.CreateTextFormattingRunProperties, méthode (Brush, Brush, Typeface, Nullable<Double>, Nullable<Double>, TextDecorationCollection, TextEffectCollection, CultureInfo)

Initialise une nouvelle instance de TextFormattingRunProperties avec les options spécifiées.

Espace de noms :  Microsoft.VisualStudio.Text.Formatting
Assembly :  Microsoft.VisualStudio.Text.UI.Wpf (dans Microsoft.VisualStudio.Text.UI.Wpf.dll)

Syntaxe

'Déclaration
Public Shared Function CreateTextFormattingRunProperties ( _
    foreground As Brush, _
    background As Brush, _
    typeface As Typeface, _
    size As Nullable(Of Double), _
    hintingSize As Nullable(Of Double), _
    textDecorations As TextDecorationCollection, _
    textEffects As TextEffectCollection, _
    cultureInfo As CultureInfo _
) As TextFormattingRunProperties
public static TextFormattingRunProperties CreateTextFormattingRunProperties(
    Brush foreground,
    Brush background,
    Typeface typeface,
    Nullable<double> size,
    Nullable<double> hintingSize,
    TextDecorationCollection textDecorations,
    TextEffectCollection textEffects,
    CultureInfo cultureInfo
)
public:
static TextFormattingRunProperties^ CreateTextFormattingRunProperties(
    Brush^ foreground, 
    Brush^ background, 
    Typeface^ typeface, 
    Nullable<double> size, 
    Nullable<double> hintingSize, 
    TextDecorationCollection^ textDecorations, 
    TextEffectCollection^ textEffects, 
    CultureInfo^ cultureInfo
)
static member CreateTextFormattingRunProperties : 
        foreground:Brush * 
        background:Brush * 
        typeface:Typeface * 
        size:Nullable<float> * 
        hintingSize:Nullable<float> * 
        textDecorations:TextDecorationCollection * 
        textEffects:TextEffectCollection * 
        cultureInfo:CultureInfo -> TextFormattingRunProperties
public static function CreateTextFormattingRunProperties(
    foreground : Brush, 
    background : Brush, 
    typeface : Typeface, 
    size : Nullable<double>, 
    hintingSize : Nullable<double>, 
    textDecorations : TextDecorationCollection, 
    textEffects : TextEffectCollection, 
    cultureInfo : CultureInfo
) : TextFormattingRunProperties

Paramètres

  • foreground
    Type : Brush

    Pinceau de premier plan du texte.

  • background
    Type : Brush

    Pinceau d'arrière-plan du texte.

  • typeface
    Type : Typeface

    Police du texte.

  • size
    Type : Nullable<Double>

    Taille du texte.

  • hintingSize
    Type : Nullable<Double>

    Taille d'affinage du texte.

  • textDecorations
    Type : TextDecorationCollection

    Ornements de texte sur le texte.

  • textEffects
    Type : TextEffectCollection

    Effets de texte sur le texte.

  • cultureInfo
    Type : CultureInfo

    Informations de culture.

Valeur de retour

Type : Microsoft.VisualStudio.Text.Formatting.TextFormattingRunProperties
Un objet d'TextFormattingRunProperties qui a les propriétés demandées.

Sécurité .NET Framework

Voir aussi

Référence

TextFormattingRunProperties Classe

CreateTextFormattingRunProperties, surcharge

Microsoft.VisualStudio.Text.Formatting, espace de noms