'Declaration
Public Property StretchMode As StretchModes
'Usage
Dim instance As DicomImage Dim value As StretchModes instance.StretchMode = value value = instance.StretchMode
public StretchModes StretchMode {get; set;}
public read-write property StretchMode: StretchModes;
public function get,set StretchMode : StretchModes
public: __property StretchModes get_StretchMode(); public: __property void set_StretchMode( StretchModes value );
public: property StretchModes StretchMode { StretchModes get(); void set ( StretchModes value); }