Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.28
|
Leadtools.Dicom.Common.Editing Namespace > PropertyInfoEventArgs Class : PropertyImageInfo Property |
public List<PropertyImageInfo> PropertyImageInfo {get;}
'Declaration
Public ReadOnly Property PropertyImageInfo As List(Of PropertyImageInfo)
'Usage
Dim instance As PropertyInfoEventArgs Dim value As List(Of PropertyImageInfo) value = instance.PropertyImageInfo
public: property List<PropertyImageInfo^>^ PropertyImageInfo { List<PropertyImageInfo^>^ get(); }