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