FontAngle プロパティ

テキストの回転角度。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property FontAngle As ReportDoubleProperty
    Get
'使用
Dim instance As ScaleLabels
Dim value As ReportDoubleProperty

value = instance.FontAngle
public ReportDoubleProperty FontAngle { get; }
public:
property ReportDoubleProperty^ FontAngle {
    ReportDoubleProperty^ get ();
}
member FontAngle : ReportDoubleProperty
function get FontAngle () : ReportDoubleProperty