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