'Declaration Public Property StrokingRgbColor As System.Drawing.Color
public System.Drawing.Color StrokingRgbColor { get; set; }
public: __property System.Drawing.Color* get_StrokingRgbColor(); public: __property void set_StrokingRgbColor(
System.Drawing.Color* value
);
public:
property System.Drawing.Color^ StrokingRgbColor { System.Drawing.Color^ get(); void set(System.Drawing.Color^ value); }