Share via


GaugePointer.PointerImage Property

Image to use for the pointer.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property PointerImage As PointerImage
    Get
    Set
'Usage
Dim instance As GaugePointer
Dim value As PointerImage

value = instance.PointerImage

instance.PointerImage = value
public PointerImage PointerImage { get; set; }
public:
property PointerImage^ PointerImage {
    PointerImage^ get ();
    void set (PointerImage^ value);
}
member PointerImage : PointerImage with get, set
function get PointerImage () : PointerImage
function set PointerImage (value : PointerImage)