Share via


PointerCap.CapImage Property

Image to use for the pointer cap.

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

Syntax

'Declaration
Public Property CapImage As CapImage
    Get
    Set
'Usage
Dim instance As PointerCap
Dim value As CapImage

value = instance.CapImage

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