| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property DerivativeCell As MedicalViewerCell | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As MedicalViewerDerivativeGeneratedEventArgs Dim value As MedicalViewerCell value = instance.DerivativeCell | |
| C# | |
|---|---|
public MedicalViewerCell DerivativeCell {get;} | |
| C++/CLI | |
|---|---|
public: property MedicalViewerCell^ DerivativeCell { MedicalViewerCell^ get(); } | |
Property Value
Value that indicates the cell which contains the derivative image.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