'Declaration <DescriptionAttribute("The location, in pixels, of annotation in the image space.")> Public Shadows Property Location As System.Windows.Point
[Description("The location, in pixels, of annotation in the image space.")] public new System.Windows.Point Location { get; set; }
[Description("The location, in pixels, of annotation in the image space.")] public: __property new System.Windows.Point get_Location(); public: __property new void set_Location(
System.Windows.Point value
);
[Description("The location, in pixels, of annotation in the image space.")] public:
new property System.Windows.Point Location { System.Windows.Point get(); void set(System.Windows.Point value); }