'Declaration Public Property MouseWheelInteractionMode As DicomMprToolInteractionMode
public DicomMprToolInteractionMode MouseWheelInteractionMode { get; set; }
public: __property DicomMprToolInteractionMode get_MouseWheelInteractionMode(); public: __property void set_MouseWheelInteractionMode(
DicomMprToolInteractionMode value
);
public:
property DicomMprToolInteractionMode MouseWheelInteractionMode { DicomMprToolInteractionMode get(); void set(DicomMprToolInteractionMode value); }
Property Value
Supported values are DicomViewerToolMouseWheelInteractionMode.Browse, DicomViewerToolMouseWheelInteractionMode.Zoom, DicomViewerToolMouseWheelInteractionMode.None.
Default value is DicomViewerToolMouseWheelInteractionMode.Browse.
Default value is DicomViewerToolMouseWheelInteractionMode.Browse.