| Visual Basic (Declaration) | |
|---|---|
Public Property X As Single | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public float X {get; set;} | |
Return Value
Value indicating the X coordinate of the annotation.For an example, refer to DicomDataSet.FindFirstGraphicAnnSQItem.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code