'Declaration
Public Property DrawCacheMode As DrawCacheMode
'Usage
Dim instance As DicomImage Dim value As DrawCacheMode instance.DrawCacheMode = value value = instance.DrawCacheMode
public DrawCacheMode DrawCacheMode {get; set;}
public: property DrawCacheMode DrawCacheMode { DrawCacheMode get(); void set ( DrawCacheMode value); }