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