For a list of all members of this type, see ImageViewer members
Name | Description | |
---|---|---|
ActiveItem | Active item of this image viewer. | |
ActiveItemBackgroundColor | Active item background color. | |
ActiveItemBorderColor | Active item border color. | |
AspectRatioCorrection | Manual aspect ratio correction value | |
AutoDisposeImages | Indicates whether to automatically dispose item images, SVG documents and floaters. | |
AutoResetOptions | Determines which display properties to reset when a new image is set into the viewer (single item mode). | |
AutoScroll | Indicates whether the viewer will automatically show the standard scrollbars when the view size is larger than the client size. | |
BackImage | Optional background image to be displayed in the viewer (single item mode). | |
BackImageUrl | URL to the optional background image to be displayed in the viewer (single item mode). | |
BorderStyle | Border style of the control. | |
ClipImageToContent | Indicates whether to clip the image outside the content area if ResizeOnTransform was set to false. | |
DefaultInteractiveMode | Default interactive mode. | |
DefaultZoomOrigin | Origin of the default zoom point for current horizontal and vertical alignment, in control pixel coordinates. | |
DropCopyKeyState | Modifier key used to initiate a copy drop operation. | |
DropLinkKeyState | Modifier key used to initiate a link drop operation. | |
DropMoveKeyState | Modifier key used to initiate a move drop operation. | |
Flip | Flip the view vertically. | |
Floater | Floater image (single item mode). | |
FloaterOpacity | Opacity used when rendering the floaters in this ImageViewer. | |
FloaterRegionRenderMode | Indicates how floater regions are rendered. | |
FloaterTransform | Transformation matrix used by the floater image (single item mode). | |
HasImage | Gets a value that indicates if the viewer currently has an image (single item mode). | |
HasItems | Gets a value that indicates whether this viewer has any items. | |
HasSize | Whether or not this control has a valid size. | |
HitTestStateInteractiveMode | The ImageViewerInteractiveMode that is currently in a hit-test state. | |
HoveredItemBackgroundColor | Hovered item's background color. | |
HoveredItemBorderColor | Hovered item's border color. | |
IdleInteractiveMode | The ImageViewerInteractiveMode that is currently acting as the first idle mode. | |
Image | Image to be displayed in the viewer (single item mode). | |
ImageBackgroundColor | Image's background color. | |
ImageBorderColor | Image's border color. | |
ImageBorderThickness | Image's border thickness. | |
ImageBounds | Physical position and size of the image in the viewer (single item mode). | |
ImageDropShadow | Image's drop shadow properties. | |
ImageHorizontalAlignment | Specifies how to align the images inside their items horizontally. | |
ImageRegionRenderMode | Indicates how image regions are rendered. | |
ImageResolution | Resolution in dots/inch (or DPI) of the image (single item mode). | |
ImageScale | Optional scale value to use when rendering the images (single item mode). | |
ImageSize | Size of the image in the viewer (single item mode). | |
ImageTransform | Current transformation matrix used for displaying the image (single item mode). | |
ImageUrl | URL to the image to be displayed in the viewer (single item mode). | |
ImageVerticalAlignment | Specifies how to align the images inside their items vertically. | |
InteractiveModes | The list of interactive modes in this ImageViewer. | |
InteractiveService | The InteractiveService for this viewer control. | |
Invert | Indicates whether to invert the item's images. | |
IsRenderRedirected | Gets a value that indicates whether the current rendering operation is targeting an external device rather than the control itself. | |
IsSyncSource | Indicates that this image viewer can act as a sync source. | |
IsSyncTarget | Indicates that this image viewer can act as a sync target. | |
ItemBackgroundColor | Default item's background color. | |
ItemBorderColor | Default item's border color. | |
ItemBorderThickness | Item's border thickness. | |
ItemHorizontalAlignment | Specifies how to align the items inside the view horizontally. | |
ItemMargin | Margins to use between the view and the items. | |
ItemPadding | Padding to use between the item's border and the content. | |
Items | The collection of items in this ImageViewer | |
ItemSize | Default item size. | |
ItemSizeMode | Indicates how the images are displayed inside their items. | |
ItemSpacing | Spacing to use between neighboring items. | |
ItemTextColor | Default item's text color. | |
ItemTextFont | Item's text font. | |
ItemTextTrimming | Item's text trimming options. | |
ItemTextWrap | Indicates whether the item's text should automatically wrap to the next line if needed. | |
ItemVerticalAlignment | Specifies how to align the items inside the view vertically. | |
LoadImageUrlAsSvg | Indicates whether to load the image URL as SVG. | |
MaximumScaleFactor | Maximum scale factor allowed. | |
MaximumScrollSize | Current maximum scroll size allowed. | |
MinimumScaleFactor | Minimum scale factor allowed. | |
OwnerDraw | Indicates whether the control automatically renders the view and items. | |
PageRasterizer | IPageRasterizer to be displayed in the viewer (single item mode). | |
PaintProperties | Options used by this viewer when rendering RasterImage objects. | |
RasterCodecsInstance | The RasterCodecs instance used to load raster images and SVG documents. | |
ResizeOnTransform | Indicates whether the viewer should change the size of the scrolling area when an item is transformed. | |
RestrictScroll | Indicates whether scrolling or panning the view outside the maximum range is allowed. | |
Reverse | Reverse the view horizontally. | |
RotateAngle | Value of the rotation angle to use when displaying the view. | |
ScaleFactor | Value of the scale factor for the view display. | |
ScreenDpi | Current screen resolution in dots per inch (or DPI). | |
ScrollMode | Determines how the control handles scrollbars when the current transformation results in a view area that is larger than the control's size. | |
ScrollOffset | Scroll offset value. | |
SelectedItemBackgroundColor | Selected item's background color. | |
SelectedItemBorderColor | Selected item's border color. | |
SelectedItemTextColor | Selected item's text color. | |
SizeMode | Gets a value that determines how the control displays the view and adjusts the display automatically. | |
SvgDocument | SVG document to be displayed in the viewer (single item mode). | |
SyncId | Gets the sync ID of this image viewer. | |
Text | Overrides System.Windows.Forms.Control.Text. | |
TextHorizontalAlignment | Specifies how to align the text inside their items horizontally. | |
TextVerticalAlignment | Specifies how to align the text inside their items vertically. | |
Transition | Gets or sets the Leadtools.Windows.Media.Transitions.TransitionBase that specifies the type of transition or animation to be applied on this control. | |
UseDpi | Indicates whether the control must account for the physical resolution of the images when calculating the display properties. | |
ViewBorderColor | View border color. | |
ViewBorderThickness | View border thickness. | |
ViewBounds | Current view bounds. | |
ViewDropShadow | View drop shadow properties. | |
ViewHorizontalAlignment | Specifies how to align the view inside the control horizontally. | |
ViewLayout | View layout used by this ImageViewer. | |
ViewMargin | Margins to use between the control boundary and the view. | |
ViewPadding | Padding to use between the view border and the items. | |
ViewSize | Current view size in pixels. | |
ViewTransform | Current transformation matrix of the view. | |
ViewVerticalAlignment | Specifies how to align the view inside the control vertically. | |
Virtualizer | Optional virtualizer object that can be used to load a large amount of image data in this ImageViewer. | |
WorkingInteractiveMode | The ImageViewerInteractiveMode that is currently processing the input events (working). | |
XScaleFactor | Value of the horizontal scale factor for the view display. | |
YScaleFactor | Value of the vertical scale factor for the view display. |
Name | Description | |
---|---|---|
CanRender | Gets a value that indicates if the ImageViewer will render the content when changes are made to the control's properties or to the items. | |
CanTransform | Gets a value that indicates if the ImageViewer will update the transformation matrices and view layout when changes are made to the control's properties or to the items. | |
CreateParams | Overrides System.Windows.Forms.Control.CreateParams. |