GaugePointer.MarkerLength 属性

Gets or sets the length of the marker as a percentage of the parent scale radius.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Property MarkerLength As ReportExpression(Of Double)
    Get 
    Set
用法
Dim instance As GaugePointer 
Dim value As ReportExpression(Of Double)

value = instance.MarkerLength

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

属性值

类型:Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Double>
The length of the marker as a percentage of the parent scale radius.

请参阅

参考

GaugePointer 类

Microsoft.ReportingServices.RdlObjectModel 命名空间