共用方式為


FontAngle 屬性

Angle of rotation for the text.

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Public Property FontAngle As ReportExpression(Of Double)
    Get
    Set
'用途
Dim instance As PinLabel
Dim value As ReportExpression(Of Double)

value = instance.FontAngle

instance.FontAngle = value
public ReportExpression<double> FontAngle { get; set; }
public:
property ReportExpression<double> FontAngle {
    ReportExpression<double> get ();
    void set (ReportExpression<double> value);
}
member FontAngle : ReportExpression<float> with get, set
function get FontAngle () : ReportExpression<double>
function set FontAngle (value : ReportExpression<double>)