Gets or sets the array of the xy coordinate values.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property Coordinates As Integer() |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As IccChannelCoordinates
Dim value() As Integer
instance.Coordinates = value
value = instance.Coordinates |
| C# | |
|---|
public int[] Coordinates {get; set;} |
Property Value
Array that contains the xy coordinate value.
Requirements
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
See Also