Version

Location Property (XamDiagramProxy)

Settable property, that returns a two dimensional array of the double of the top left location of the XamDiagram.
Syntax
'Declaration
 
Public Property Location As System.Object()
public System.object[] Location {get; set;}
public: __property System.Object*[]* get_Location();
public: __property void set_Location( 
   System.Object*[]* value
);
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also