StyleBaseInstance.FontWeight 속성

정의

FontWeight 클래스의 StyleBase 속성에 대한 계산된 값을 가져옵니다.

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

속성 값

FontWeights 속성의 계산된 값을 나타내는 FontWeight 값입니다.

적용 대상