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