共用方式為


TitleAngle 屬性

注意:此 API 已經過時。

Gets the angle of the title text.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
<ObsoleteAttribute("Use TextOrientation instead.")> _
Public ReadOnly Property TitleAngle As ReportIntProperty
    Get
'用途
Dim instance As ChartStripLine
Dim value As ReportIntProperty

value = instance.TitleAngle
[ObsoleteAttribute("Use TextOrientation instead.")]
public ReportIntProperty TitleAngle { get; }
[ObsoleteAttribute(L"Use TextOrientation instead.")]
public:
property ReportIntProperty^ TitleAngle {
    ReportIntProperty^ get ();
}
[<ObsoleteAttribute("Use TextOrientation instead.")>]
member TitleAngle : ReportIntProperty
function get TitleAngle () : ReportIntProperty