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