Stroke Property (SVGStyle)
In This Topic
A value that indicates the stroke color.
Syntax
'Declaration
Public Property Stroke As System.String
'Usage
Dim instance As SVGStyle
Dim value As System.String
instance.Stroke = value
value = instance.Stroke
public System.string Stroke {get; set;}
public read-write property Stroke: System.String;
public function get,set Stroke : System.String
public: __property System.string* get_Stroke();
public: __property void set_Stroke(
System.string* value
);
public:
property System.String^ Stroke {
System.String^ get();
void set ( System.String^ value);
}
See Also