Freigeben über


TextRun._FontWeight-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets the FontWeights of the specified text.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public ReadOnly Property _FontWeight As FontWeights 
    Get
'Usage
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

Eigenschaftswert

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

Siehe auch

Verweis

TextRun Klasse

Microsoft.ReportingServices.RdlObjectModel-Namespace