public System.Drawing.Pen UncertainObjectsPen { get; set; }
public: __property System.Drawing.Pen get_UncertainObjectsPen(); public: __property void set_UncertainObjectsPen(
System.Drawing.Pen value
);
public:
property System.Drawing.Pen UncertainObjectsPen { System.Drawing.Pen get(); void set(System.Drawing.Pen value); }
'Declaration Public Property UncertainObjectsPen As System.Drawing.Pen
Property Value
Default value is Pen(Color.FromArgb(192, 255, 0, 0), 1f).