In This Topic
CSS type of the cursor
Syntax
'Declaration
Public Property Cursor As System.String
'Usage
Dim instance As SVGStyle
Dim value As System.String
instance.Cursor = value
value = instance.Cursor
public System.string Cursor {get; set;}
public read-write property Cursor: System.String;
public function get,set Cursor : System.String
public: __property System.string* get_Cursor();
public: __property void set_Cursor(
System.string* value
);
public:
property System.String^ Cursor {
System.String^ get();
void set ( System.String^ value);
}
See Also