共用方式為


GaugePointers 屬性

Pointers to display on the scale.

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Public Property GaugePointers As IList(Of GaugePointer)
    Get
    Set
'用途
Dim instance As GaugeScale
Dim value As IList(Of GaugePointer)

value = instance.GaugePointers

instance.GaugePointers = value
public IList<GaugePointer> GaugePointers { get; set; }
public:
property IList<GaugePointer^>^ GaugePointers {
    IList<GaugePointer^>^ get ();
    void set (IList<GaugePointer^>^ value);
}
member GaugePointers : IList<GaugePointer> with get, set
function get GaugePointers () : IList<GaugePointer>
function set GaugePointers (value : IList<GaugePointer>)

屬性值

型別:System.Collections.Generic. . :: . .IList< (Of < ( <'GaugePointer> ) > ) >
An IList<(Of <(<'T>)>)> object.