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