DicomMprTool Class Properties
In This Topic
For a list of all properties of this type, see
DicomMprTool.
Public Properties
| | Name | Description |
 | ActionButton | Gets or sets the mouse button, which executes the action of this tool. (Inherited from VisualTool) |
 | ActionCursor | Gets or sets a cursor, which should be used in image viewer when visual tool executes its action. (Inherited from VisualTool) |
 | ActiveTool | Gets or sets the active visual tool. (Inherited from CompositeVisualTool) |
 | AllowNextItemSelection | Gets or sets a value indicating whether the tool allows changing focused item using the PerformNextItemSelection(Boolean) method. (Inherited from CompositeVisualTool) |
 | CanModifyImage | Gets a value indicating whether visual tool can modify the image. (Inherited from CompositeVisualTool) |
 | Cursor | Gets or sets a cursor, which should be used in image viewer when visual tool is active in image viewer. (Inherited from VisualTool) |
 | DicomViewerTool | Gets the DicomViewerTool, which is used for zooming the MPR slice and changing the window level in MPR slice. |
 | DisableContextMenu | Gets or sets a value indicating whether context menu is shown when user presses the right mouse button and the right mouse button is set as an action button of the tool. (Inherited from CompositeVisualTool) |
 | Enabled | Gets or sets a value indicating whether VisualTool can respond to the user interaction. (Inherited from VisualTool) |
 | ImageViewer | Gets the ImageViewer object associated with this tool. (Inherited from VisualTool) |
 | IsMultipageModeSupported | Gets a value indicating whether this tool supports multipage mode. (Inherited from CompositeVisualTool) |
 | IsTextOverlayVisible | Gets or sets a value indicating whether the visual tool must show the text overlay on MPR image. |
 | IsVisibleWithoutImage | Gets a value indicating whether this visual tool is visible if image is not painted in image viewer. (Inherited from CompositeVisualTool) |
 | MeasureTool | Gets the ImageMeasureTool, which is used for measuring objects on MPR slice. |
 | MouseWheelInteractionMode | Gets or sets the interaction mode of visual tool mouse wheel. |
 | MprImageTool | Gets the MprImageTool, which is used for viewing of MPR slice, moving of MPR slice along the horizontal, vertical and perpendicular axis and rotating of MPR slice in 2D and 3D space. |
 | Name | Gets the name of visual tool. (Inherited from CompositeVisualTool) |
 | SelectNextItemKeyCode | Gets or sets a key code that changes the selected item to the next item. (Inherited from VisualTool) |
 | SelectPrevItemKeyCode | Gets or sets a key code that changes the selected item to the previous item. (Inherited from VisualTool) |
 | TextOverlay | Gets the text overlay on MPR image. |
 | TextOverlayTool | Gets the TextOverlayTool, which is used for displaying the text overlay on MPR slice. |
 | ViewProcessingBorderColor | Gets or sets a border color for image processing command specified by ViewProcessingCommand property. |
 | ViewProcessingCommand | Gets or sets the image processing command, which should be applied to the image when image is rendering in DICOM viewer. |
 | ViewProcessingRect | Gets or sets a rectangle, in pixels, on DICOM image, which should be processed by image processing command specified by ViewProcessingCommand property. |
Protected Properties
See Also