다음을 통해 공유


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>)