Gets or sets the image to display for type 1 conditional elements..
public Image Type1ConditionalImage {get; set;}
'Declaration
Public Property Type1ConditionalImage As Image
'Usage
Dim instance As DicomPropertyGrid
Dim value As Image
instance.Type1ConditionalImage = value
value = instance.Type1ConditionalImage
public:
property Image^ Type1ConditionalImage {
Image^ get();
void set ( Image^ value);
}
Property Value
The type 1 conditional image. ShowUsageImages needs to be true for this image to be visible.