'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: property RotateState RotateState { RotateState get(); void set ( RotateState value); }