GaugePointer.DistanceFromScale 属性
Distance from the tip of the pointer to the scale, as a percentage of the scale size (radius for radial scales, length for linear scales).
命名空间: Microsoft.ReportingServices.RdlObjectModel
程序集: Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)
语法
声明
Public Property DistanceFromScale As ReportExpression(Of Double)
Get
Set
用法
Dim instance As GaugePointer
Dim value As ReportExpression(Of Double)
value = instance.DistanceFromScale
instance.DistanceFromScale = value
public ReportExpression<double> DistanceFromScale { get; set; }
public:
property ReportExpression<double> DistanceFromScale {
ReportExpression<double> get ();
void set (ReportExpression<double> value);
}
member DistanceFromScale : ReportExpression<float> with get, set
function get DistanceFromScale () : ReportExpression<double>
function set DistanceFromScale (value : ReportExpression<double>)