StyleInstance.FontWeight 属性

定义

获取 FontWeight 类中 Style 属性的计算值。

public:
 virtual property Microsoft::ReportingServices::OnDemandReportRendering::FontWeights FontWeight { Microsoft::ReportingServices::OnDemandReportRendering::FontWeights get(); void set(Microsoft::ReportingServices::OnDemandReportRendering::FontWeights value); };
public override Microsoft.ReportingServices.OnDemandReportRendering.FontWeights FontWeight { get; set; }
member this.FontWeight : Microsoft.ReportingServices.OnDemandReportRendering.FontWeights with get, set
Public Overrides Property FontWeight As FontWeights

属性值

一个 FontWeights 值,该值表示 FontWeight 属性的计算值。

适用于