| Visual Basic (Declaration) | |
|---|---|
Public Property X As Single | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As DicomAnnotationPoint Dim value As Single instance.X = value value = instance.X | |
| C# | |
|---|---|
public float X {get; set;} | |
Property Value
Value indicating the X coordinate of the annotation.For an example, refer to DicomDataSet.FindFirstGraphicAnnSQItem.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Copy Code