GaugePointer.Width 属性

定义

获取或设置指针的宽度,以刻度大小的百分比表示。

public:
 property Microsoft::ReportingServices::RdlObjectModel::ReportExpression<double> Width { Microsoft::ReportingServices::RdlObjectModel::ReportExpression<double> get(); void set(Microsoft::ReportingServices::RdlObjectModel::ReportExpression<double> value); };
public Microsoft.ReportingServices.RdlObjectModel.ReportExpression<double> Width { get; set; }
member this.Width : Microsoft.ReportingServices.RdlObjectModel.ReportExpression<double> with get, set
Public Property Width As ReportExpression(Of Double)

属性值

指针的宽度。

适用于