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