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