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