For a list of all members of this type, see ImageViewer members.
Public Properties
Name | Description | |
---|---|---|
AllowAutoDrop | Gets or sets a value that indicates if the viewer handles drop events automatically. | |
AspectRatioCorrection | Gets or sets the manual aspect ratio correction value | |
backgroundColor | Gets or sets the background color of the viewer. | |
ColorFilter | Gets or sets the color filter for the image. | |
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. | |
delegate | Gets or sets the LTImageViewerDelegate delegate to listen to viewer events. | |
dropShadow | Gets or sets a boolean value that indicates whether the viewer will draw a shadow around the image. | |
EnableDpiCorrection | Gets or sets a value that indicates whether the viewer should view images with non-uniform DPI with the correct aspect ratio. | |
Flip | Gets or sets a value which determines if the ImageViewer will display the image flipped vertically. | |
HasImage | Gets a value that indicates if the viewer currently has an image. | |
HorizontalScrollHeight | Gets the height of the horizontal scrollbar. | |
image | Gets or sets the LTImage(UIImage/NSImage) image object. | |
imageBackColor | Gets or sets the background color of the viewer behind the image. | |
ImageBitmap | Gets or sets the bitmap image object. | |
imageBorderColor | Gets or sets the color of border drawn around image in the viewer. | |
imageBorderThickness | Gets or sets the thickness of border drawn around image in the viewer | |
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. | |
ImageVerticalAlignment | Gets or sets a value that indicates the vertical alignment for the image in this control. | |
InteractiveModeCanvas | Gets the interactive mode canvas. | |
InteractiveService | Gets or sets the InteractiveService for this viewer control. | |
invert | Gets or sets a value that indicates whether to invert the image color. | |
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 a value that indicates whether the viewer should draw an image on its canvas or not. | |
PaintFlags | Gets or sets the Paint flags. | |
pinchInteractiveMode | Gets or sets the ImageViewerInteractiveMode that the viewer control should use to process pinch events. | |
rasterImage | Gets or sets the LTRasterImage in the Viewer. | |
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. | |
Source | The actual ImageSource image object | |
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. |
Protected Properties
Name | Description | |
---|---|---|
CanScroll | Gets a value that determines if the ImageViewer can obtain the value of the auto scrollbar location. | |
CanUpdate | Gets a value that determines if the ImageViewer currently will update the image viewing transform and invalidate the display when changes are made to the control's properties or to the image. |