The Column Property is available as an add-on to the LEADTOOLS Medical Imaging toolkits.
(Read only) Gets the value that indicates in which column of the Leadtools.MedicalViewer control the cell is placed.| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property Column As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As MedicalViewerCellPosition Dim value As Integer value = instance.Column | |
| C# | |
|---|---|
public int Column {get;} | |
Property Value
Value that indicates in which column of the Leadtools.MedicalViewer control the cell is placed.For an example, refer to MedicalViewerCellPosition.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code