'Declaration Public Property CertainObjectsPen As System.Windows.Media.Pen
public System.Windows.Media.Pen CertainObjectsPen { get; set; }
public: __property System.Windows.Media.Pen* get_CertainObjectsPen(); public: __property void set_CertainObjectsPen(
System.Windows.Media.Pen* value
);
public:
property System.Windows.Media.Pen^ CertainObjectsPen { System.Windows.Media.Pen^ get(); void set(System.Windows.Media.Pen^ value); }