ChartStripLine.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