'Declaration <DescriptionAttribute("The notch point.")> Public Property NotchPoint As System.Drawing.Point
[Description("The notch point.")] public System.Drawing.Point NotchPoint { get; set; }
[Description("The notch point.")] public: __property System.Drawing.Point* get_NotchPoint(); public: __property void set_NotchPoint(
System.Drawing.Point* value
);
[Description("The notch point.")] public:
property System.Drawing.Point^ NotchPoint { System.Drawing.Point^ get(); void set(System.Drawing.Point^ value); }