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