| Name | Description |
| AspectRatioCorrection | Gets or sets the manual aspect ratio correction value |
| AutoScrollDivId | Gets the auto scroll DIV element ID. |
| BackCanvas | Gets the background canvas element. |
| CanvasId | Gets the foreground canvas element ID |
| ControlId | Gets the control ID |
| ControlSize | Gets the control size. |
| CurrentScaleFactor | Gets or sets the current scale factor for the image display. |
| CurrentXScaleFactor | Gets the actual value of the horizontal scale factor for the image display. |
| CurrentYScaleFactor | Gets the actual value of the vertical scale factor for the image display. |
| DefaultInteractiveMode | Gets or sets the ImageViewerInteractiveMode that the viewer control should use to process default input events. |
| DefaultZoomOrigin | Gets the origin of the default zoom point for current horizontal and vertical alignment, in control coordinates. |
| DivId | Gets the main DIV element ID. |
| EnableDpiCorrection | Gets or sets a value that indicates whether the viewer should view images with non-uniform DPI with the correct aspect ratio. |
| EnableRequestAnimationFrame | Gets or sets a value that indicates whether the ImageViewer should use HTML 5 requestAnimationFrame when rendering the image. |
| EraseBackgroundOnInvalidate | Gets or sets a value that indicates whether the ImageViewer will clear the foreground canvas prior to rendering. |
| Flip | Gets or sets a value which determines if the ImageViewer will display the image flipped vertically. |
| HasImage | Gets a value that indicate if the viewer currently has an image. |
| HorizontalScrollHeight | Gets the height of the vertical scrollbar. |
| ImageControlCenter | Gets the location of the center of the image, in control coordinates. |
| ImageDpiX | Gets or sets the horizontal resolution in dots/inch (or DPI) of the image. |
| ImageDpiY | Gets or sets the vertical resolution in dots/inch (or DPI) of the image. |
| ImageHorizontalAlignment | Gets or sets a value that indicates the horizontal alignment for the image in this control. |
| ImageSize | Gets or sets the size of the image in the viewer. |
| ImageUrl | Gets or sets the URL to the image to be displayed in the viewer. |
| ImageVerticalAlignment | Gets or sets a value that indicates the vertical alignment for the image in this control. |
| InteractiveService | Gets or sets the InteractiveService for this viewer control. |
| Invert | Gets or sets a value that indicates whether to invert the image. |
| MouseWheelInteractiveMode | Gets or sets the ImageViewerInteractiveMode that the viewer control should use to process mouse wheel events. |
| NewImageResetOptions | Gets or sets a value that determines which properties to reset when a new image is set into the viewer. |
| OwnerDraw | Gets or sets the value that indicate whether the viewer should draw the content of the background canvas into the foreground canvas or not. |
| RealImageSize | Gets the real width and height of the image. |
| ResizeOnRotate | Gets or sets a value that indicates whether the viewer should change the size of the scrolling area when the image is rotated. |
| RestrictHiddenScrollMode | Gets or sets a value that indicates whether scrolling or panning the image outside the maximum range is allowed. |
| Reverse | Gets or sets a value which determines if the ImageViewer will display the image reversed horizontally. |
| RotateAngle | Gets or sets the value of the rotation angle to use when displaying the image. |
| ScaleFactor | Gets or sets the scale factor used to display the image. |
| ScreenDpiX | Gets or sets the current screen horizontal resolution in dots per inch (or DPI). |
| ScreenDpiY | Gets or sets the current screen vertical resolution in dots/inch (or DPI). |
| ScrollMode | Gets or sets a value that determines how the control handles scrollbars when the current transformation results in the image being larger than the container. |
| ScrollOffset | Gets or sets the scroll offset value. |
| ScrollRange | Gets the size of the current maximum scroll area. |
| SizeMode | Gets or sets a value that determines how the control displays the image and the adjusts the display automatically. |
| TouchInteractiveMode | Gets or sets the ImageViewerInteractiveMode that the viewer control should use to process touch input events. |
| Transform | Gets the current transformation matrix used for displaying the image. |
| UseDpi | Gets or sets a value that indicates whether the control must account for the physical resolution of the image when calculating the display properties. |
| VerticalScrollWidth | Gets the width of the vertical scrollbar. |
| WorkingInteractiveMode | Gets the ImageViewerInteractiveMode that the viewer control is currently using to process input events. |