Target Property (SVGStyle)
In This Topic
Used with href
Syntax
'Declaration
Public Property Target As System.String
'Usage
Dim instance As SVGStyle
Dim value As System.String
instance.Target = value
value = instance.Target
public System.string Target {get; set;}
public read-write property Target: System.String;
public function get,set Target : System.String
public: __property System.string* get_Target();
public: __property void set_Target(
System.string* value
);
public:
property System.String^ Target {
System.String^ get();
void set ( System.String^ value);
}
See Also