Version

Location Property (IXamDiagramReplay)

Syntax
'Declaration
 
<TypeInfoProperty(Description="Settable property, that returns a two dimensional array of the double of the top left location of the XamDiagram.", Documentation="Settable property, that returns a two dimensional array of the double of the top left location of the XamDiagram.")>
Property Location As System.Object()
[TypeInfoProperty(Description="Settable property, that returns a two dimensional array of the double of the top left location of the XamDiagram.", Documentation="Settable property, that returns a two dimensional array of the double of the top left location of the XamDiagram.")]
System.object[] Location {get; set;}
[TypeInfoProperty(Description="Settable property, that returns a two dimensional array of the double of the top left location of the XamDiagram.", Documentation="Settable property, that returns a two dimensional array of the double of the top left location of the XamDiagram.")]
__property System.Object*[]* get_Location();
__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