Partager via


Propriété TextRun._FontWeight

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets the FontWeights of the specified text.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public ReadOnly Property _FontWeight As FontWeights 
    Get
'Utilisation
Dim instance As TextRun 
Dim value As FontWeights 

value = instance._FontWeight
public FontWeights _FontWeight { get; }
public:
property FontWeights _FontWeight {
    FontWeights get ();
}
member _FontWeight : FontWeights
function get _FontWeight () : FontWeights

Valeur de propriété

Type : Microsoft.ReportingServices.RdlObjectModel.FontWeights
A FontWeights object.

Voir aussi

Référence

TextRun Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel