| Имя | Описание |
 | AccessibilityObject | Gets the System.Windows.Forms.AccessibleObject assigned to the control. (Наследуется от System.Windows.Forms.Control) |
 | AccessibleDefaultActionDescription | Gets or sets the default action description of the control for use by accessibility client applications. (Наследуется от System.Windows.Forms.Control) |
 | AccessibleDescription | Gets or sets the description of the control used by accessibility client applications. (Наследуется от System.Windows.Forms.Control) |
 | AccessibleName | Gets or sets the name of the control used by accessibility client applications. (Наследуется от System.Windows.Forms.Control) |
 | AccessibleRole | Gets or sets the accessible role of the control. (Наследуется от System.Windows.Forms.Control) |
 | AllowDrag | Возвращает или задает значение, указывающее, принимает ли просмотрщик миниатюр операцию перетаскивания. |
 | AllowDrop | Gets or sets a value indicating whether the control can accept data that the user drags onto it. (Наследуется от System.Windows.Forms.Control) |
 | Anchor | Gets or sets the edges of the container to which a control is bound and determines how a control is resized with its parent. (Наследуется от System.Windows.Forms.Control) |
 | AutoScroll | Возвращает или задает значение, указывающее, включает ли просмотрщик миниатюр автопрокрутку. |
 | AutoScrollMargin | Gets or sets the size of the auto-scroll margin. (Наследуется от System.Windows.Forms.ScrollableControl) |
 | AutoScrollMinSize | Gets or sets the minimum size of the auto-scroll. (Наследуется от System.Windows.Forms.ScrollableControl) |
 | AutoScrollMinSizeEx | Возвращает или задает минимальный размер автоматической прокрутки. (Наследуется от ImageViewerBase) |
 | AutoScrollOffset | Gets or sets where this control is scrolled to in System.Windows.Forms.ScrollableControl.ScrollControlIntoView(System.Windows.Forms.Control). (Наследуется от System.Windows.Forms.Control) |
 | AutoScrollPosition | Возвращает или задает местоположение позиции автоматической прокрутки. (Наследуется от ImageViewerBase) |
 | AutoScrollPositionEx | Возвращает или задает местоположение позиции автоматической прокрутки. (Наследуется от ImageViewerBase) |
 | AutoSize | This property is not relevant for this class. (Наследуется от System.Windows.Forms.Control) |
 | BackColor | Gets or sets the background color for the control. (Наследуется от System.Windows.Forms.Control) |
 | BackgroundImage | Gets or sets the background image displayed in the control. (Наследуется от System.Windows.Forms.Control) |
 | BackgroundImageLayout | Gets or sets the background image layout as defined in the System.Windows.Forms.ImageLayout enumeration. (Наследуется от System.Windows.Forms.Control) |
 | BindingContext | Gets or sets the System.Windows.Forms.BindingContext for the control. (Наследуется от System.Windows.Forms.Control) |
 | BorderStyle | Возвращает или задает стиль границы элемента управления. (Наследуется от ImageViewerBase) |
 | Bottom | Gets the distance, in pixels, between the bottom edge of the control and the top edge of its container's client area. (Наследуется от System.Windows.Forms.Control) |
 | Bounds | Gets or sets the size and location of the control including its nonclient elements, in pixels, relative to the parent control. (Наследуется от System.Windows.Forms.Control) |
 | CanFocus | Gets a value indicating whether the control can receive focus. (Наследуется от System.Windows.Forms.Control) |
 | CanSelect | Gets a value indicating whether the control can be selected. (Наследуется от System.Windows.Forms.Control) |
 | Capture | Gets or sets a value indicating whether the control has captured the mouse. (Наследуется от System.Windows.Forms.Control) |
 | CausesValidation | Gets or sets a value indicating whether the control causes validation to be performed on any controls that require validation when it receives focus. (Наследуется от System.Windows.Forms.Control) |
  | CheckForIllegalCrossThreadCalls | Gets or sets a value indicating whether to catch calls on the wrong thread that access a control's System.Windows.Forms.Control.Handle property when an application is being debugged. (Наследуется от System.Windows.Forms.Control) |
 | ClientRectangle | Gets the rectangle that represents the client area of the control. (Наследуется от System.Windows.Forms.Control) |
 | ClientSize | Gets or sets the height and width of the client area of the control. (Наследуется от System.Windows.Forms.Control) |
 | Clipboard | Возвращает или задает буфер обмена для этого просмотрщика. (Наследуется от ImageViewerBase) |
 | CompanyName | Gets the name of the company or creator of the application containing the control. (Наследуется от System.Windows.Forms.Control) |
 | Container | Gets the System.ComponentModel.IContainer that contains the System.ComponentModel.Component. (Наследуется от System.ComponentModel.Component) |
 | ContainsFocus | Gets a value indicating whether the control, or one of its child controls, currently has the input focus. (Наследуется от System.Windows.Forms.Control) |
 | ContextMenuStrip | Возвращает или задает контекстное меню, связанное со средством просмотра миниатюр. |
 | Controls | Gets the collection of controls contained within the control. (Наследуется от System.Windows.Forms.Control) |
 | Created | Gets a value indicating whether the control has been created. (Наследуется от System.Windows.Forms.Control) |
 | Cursor | Gets or sets the cursor that is displayed when the mouse pointer is over the control. (Наследуется от System.Windows.Forms.Control) |
 | DataBindings | Gets the data bindings for the control. (Наследуется от System.Windows.Forms.Control) |
 | DataContext | (Наследуется от System.Windows.Forms.Control) |
  | DefaultBackColor | Gets the default background color of the control. (Наследуется от System.Windows.Forms.Control) |
  | DefaultClipboard | Возвращает или задает буфер обмена по умолчанию. (Наследуется от ImageViewerBase) |
  | DefaultFont | Gets the default font of the control. (Наследуется от System.Windows.Forms.Control) |
  | DefaultForeColor | Gets the default foreground color of the control. (Наследуется от System.Windows.Forms.Control) |
 | DeviceDpi | Gets the DPI value for the display device where the control is currently being displayed. (Наследуется от System.Windows.Forms.Control) |
 | DisableThumbnailContextMenu | Возвращает или задает значение, указывающее, не отображается ли просмотрщик миниатюр для миниатюр. |
 | DisplayRectangle | Gets the rectangle that represents the virtual display area of the control. (Наследуется от System.Windows.Forms.ScrollableControl) |
 | Disposing | Gets a value indicating whether the base System.Windows.Forms.Control class is in the process of disposing. (Наследуется от System.Windows.Forms.Control) |
 | Dock | Gets or sets which control borders are docked to its parent control and determines how a control is resized with its parent. (Наследуется от System.Windows.Forms.Control) |
 | DockPadding | Gets the dock padding settings for all edges of the control. (Наследуется от System.Windows.Forms.ScrollableControl) |
 | Enabled | Gets or sets a value indicating whether the control can respond to user interaction. (Наследуется от System.Windows.Forms.Control) |
 | FastScrollingCursor | Возвращает или устанавливает курсор, который должен использоваться в просмотрщике при выполнении быстрой прокрутки. (Наследуется от ImageViewerBase) |
 | FastScrollingInterval | Возвращает или задает интервал в миллисекундах для быстрой прокрутки. (Наследуется от ImageViewerBase) |
 | FastScrollingMinDistance | Возвращает или задает минимальное расстояние в пикселях, которое необходимо преодолеть для включения быстрой прокрутки. (Наследуется от ImageViewerBase) |
 | FastScrollingMouseButton | Возвращает или задает кнопку мыши, которая активирует быструю прокрутку. (Наследуется от ImageViewerBase) |
 | FastScrollingScale | Возвращает или задает масштаб расстояния быстрой прокрутки. (Наследуется от ImageViewerBase) |
 | Focused | Gets a value indicating whether the control has input focus. (Наследуется от System.Windows.Forms.Control) |
 | FocusedIndex | Возвращает или устанавливает индекс миниатюры в фокусе. |
 | FocusedThumbnailAppearance | Возвращает или задает внешний вид миниатюры в фокусе. |
 | FocusOnHover | Возвращает или задает значение, указывающее, меняет ли фокус просмотрщика миниатюр при наведении указателя мыши на миниатюру. |
 | Font | Gets or sets the font of the text displayed by the control. (Наследуется от System.Windows.Forms.Control) |
 | ForeColor | Gets or sets the foreground color of the control. (Наследуется от System.Windows.Forms.Control) |
 | GenerateOnlyVisibleThumbnails | Возвращает или задает значение, указывающее, создает ли просмотрщик миниатюр только видимые миниатюры. |
 | Handle | Gets the window handle that the control is bound to. (Наследуется от System.Windows.Forms.Control) |
 | HasChildren | Gets a value indicating whether the control contains one or more child controls. (Наследуется от System.Windows.Forms.Control) |
 | Height | Gets or sets the height of the control. (Наследуется от System.Windows.Forms.Control) |
 | HorizontalScroll | Gets the characteristics associated with the horizontal scroll bar. (Наследуется от System.Windows.Forms.ScrollableControl) |
 | HoveredThumbnailAppearance | Возвращает или задает внешний вид миниатюры при наведении. |
 | ImageDecodingSettings | Возвращает или устанавливает настройки декодирования этого просмотрщика. (Наследуется от ImageViewerBase) |
 | ImageRotationAngle | Возвращает или задает угол поворота изображения в просмотрщике изображений в градусах. |
 | Images | Возвращает или задает коллекцию изображений, связанных с этим объектом ImageViewerBase. (Наследуется от ImageViewerBase) |
 | ImeMode | Gets or sets the Input Method Editor (IME) mode of the control. (Наследуется от System.Windows.Forms.Control) |
 | InvokeRequired | Gets a value indicating whether the caller must call an invoke method when making method calls to the control because the caller is on a different thread than the one the control was created on. (Наследуется от System.Windows.Forms.Control) |
 | IsAccessible | Gets or sets a value indicating whether the control is visible to accessibility applications. (Наследуется от System.Windows.Forms.Control) |
 | IsAncestorSiteInDesignMode | (Наследуется от System.Windows.Forms.Control) |
 | IsDisposed | Gets a value indicating whether the control has been disposed of. (Наследуется от System.Windows.Forms.Control) |
 | IsFastScrolling | Возвращает значение, указывающее, выполняется ли сейчас быстрая прокрутка. (Наследуется от ImageViewerBase) |
 | IsFastScrollingEnabled | Возвращает или задает значение, указывающее, включена ли быстрая прокрутка в просмотрщике изображений. (Наследуется от ImageViewerBase) |
 | IsHandleCreated | Gets a value indicating whether the control has a handle associated with it. (Наследуется от System.Windows.Forms.Control) |
 | IsMirrored | Gets a value indicating whether the control is mirrored. (Наследуется от System.Windows.Forms.Control) |
 | LayoutEngine | Gets a cached instance of the control's layout engine. (Наследуется от System.Windows.Forms.Control) |
 | Left | Gets or sets the distance, in pixels, between the left edge of the control and the left edge of its container's client area. (Наследуется от System.Windows.Forms.Control) |
 | Location | Gets or sets the coordinates of the upper-left corner of the control relative to the upper-left corner of its container. (Наследуется от System.Windows.Forms.Control) |
 | Margin | Gets or sets the space between controls. (Наследуется от System.Windows.Forms.Control) |
 | MasterViewer | Возвращает или задает основной (основной) просмотрщик для этого ImageViewerBase. (Наследуется от ImageViewerBase) |
 | MaximumSize | Gets or sets the size that is the upper limit that System.Windows.Forms.Control.GetPreferredSize(System.Drawing.Size) can specify. (Наследуется от System.Windows.Forms.Control) |
 | MinimumSize | Gets or sets the size that is the lower limit that System.Windows.Forms.Control.GetPreferredSize(System.Drawing.Size) can specify. (Наследуется от System.Windows.Forms.Control) |
  | ModifierKeys | Gets a value indicating which of the modifier keys (SHIFT, CTRL, and ALT) is in a pressed state. (Наследуется от System.Windows.Forms.Control) |
  | MouseButtons | Gets a value indicating which of the mouse buttons is in a pressed state. (Наследуется от System.Windows.Forms.Control) |
  | MousePosition | Gets the position of the mouse cursor in screen coordinates. (Наследуется от System.Windows.Forms.Control) |
 | MultiSelect | Возвращает или задает значение, указывающее, позволяет ли просмотрщик миниатюр выбирать несколько миниатюр. |
 | Name | Gets or sets the name of the control. (Наследуется от System.Windows.Forms.Control) |
 | NotReadyThumbnailAppearance | Возвращает или задает внешний вид неготовой миниатюры. |
 | Padding | Gets or sets padding within the control. (Наследуется от System.Windows.Forms.Control) |
 | Parent | Gets or sets the parent container of the control. (Наследуется от System.Windows.Forms.Control) |
 | PreferredSize | Gets the size of a rectangular area into which the control can fit. (Наследуется от System.Windows.Forms.Control) |
 | ProductName | Gets the product name of the assembly containing the control. (Наследуется от System.Windows.Forms.Control) |
 | ProductVersion | Gets the version of the assembly containing the control. (Наследуется от System.Windows.Forms.Control) |
 | RecreatingHandle | Gets a value indicating whether the control is currently re-creating its handle. (Наследуется от System.Windows.Forms.Control) |
 | Region | Gets or sets the window region associated with the control. (Наследуется от System.Windows.Forms.Control) |
 | RenderingRequirements | Возвращает или задает требования к визуализации изображения для просмотрщика. |
 | Right | Gets the distance, in pixels, between the right edge of the control and the left edge of its container's client area. (Наследуется от System.Windows.Forms.Control) |
 | RightToLeft | Gets or sets a value indicating whether control's elements are aligned to support locales using right-to-left fonts. (Наследуется от System.Windows.Forms.Control) |
 | SelectedIndices | Возвращает коллекцию индексов выбранных миниатюр. |
 | SelectedThumbnailAppearance | Возвращает или задает внешний вид выбранной миниатюры. |
 | SelectionRect | Возвращает или устанавливает прямоугольник выбора. |
 | ShortcutCopy | Возвращает или задает сочетание клавиш, связанное с действием копирования. (Наследуется от ImageViewerBase) |
 | ShortcutCut | Возвращает или задает сочетание клавиш, связанное с действием вырезания. (Наследуется от ImageViewerBase) |
 | ShortcutDelete | Возвращает или задает сочетание клавиш, связанное с действием удаления. (Наследуется от ImageViewerBase) |
 | ShortcutInsert | Возвращает или задает сочетание клавиш, связанное с действием вставки. (Наследуется от ImageViewerBase) |
 | ShortcutSelectAll | Возвращает или задает сочетание клавиш, связанное с действием выделения всех (Ctrl+A). (Наследуется от ImageViewerBase) |
 | ShowThumbnailCheckBox | Возвращает или задает значение, указывающее, должна ли просмотрщик миниатюр отображать флажок на миниатюре. |
 | ShowThumbnailControl | Возвращает или задает значение, указывающее, должно ли просмотрщик миниатюр отображать элемент управления миниатюрами. |
 | Site | Gets or sets the site of the control. (Наследуется от System.Windows.Forms.Control) |
 | Size | Gets or sets the height and width of the control. (Наследуется от System.Windows.Forms.Control) |
 | TabIndex | Gets or sets the tab order of the control within its container. (Наследуется от System.Windows.Forms.Control) |
 | TabStop | Gets or sets a value indicating whether the user can give the focus to this control using the TAB key. (Наследуется от System.Windows.Forms.Control) |
 | Tag | Gets or sets the object that contains data about the control. (Наследуется от System.Windows.Forms.Control) |
 | Text | Gets or sets the text associated with this control. (Наследуется от System.Windows.Forms.Control) |
 | ThumbnailAppearance | Возвращает или задает внешний вид обычного эскиза. |
 | ThumbnailAutoToolTip | Возвращает или задает значение, указывающее, создается ли текст всплывающей подсказки для миниатюры автоматически. |
 | ThumbnailAutoToolTipPrefix | Возвращает или задает префикс ThumbnailAutoToolTip. |
 | ThumbnailCaption | Возвращает или устанавливает заголовок миниатюры. |
 | ThumbnailColumnCount | Возвращает текущее количество фиксированных столбцов. |
 | ThumbnailContextMenuStrip | Возвращает или задает контекстное меню, связанное с одним эскизом просмотрщика миниатюр. |
 | ThumbnailControlAnchor | Возвращает или задает стиль привязки элемента управления миниатюрами. |
 | ThumbnailControlPadding | Возвращает или задает отступ элемента управления миниатюрой. |
 | ThumbnailFixedColumnCount | Возвращает или задает количество фиксированных столбцов. |
 | ThumbnailFlowStyle | Возвращает или задает стиль расположения миниатюр. |
 | ThumbnailImagePadding | Возвращает или устанавливает отступы миниатюры изображения. |
 | ThumbnailMargin | Возвращает или задает расстояние между миниатюрами. |
 | ThumbnailRenderingSettings | Возвращает или устанавливает настройки рендеринга миниатюр. |
 | ThumbnailRenderingThreadCount | Возвращает или устанавливает количество потоков для рендеринга миниатюр. |
 | ThumbnailsAnchor | Возвращает или устанавливает привязку миниатюр. |
 | ThumbnailScale | Возвращает или устанавливает масштаб миниатюр . |
 | ThumbnailSize | Возвращает или задает размер миниатюр. |
 | Top | Gets or sets the distance, in pixels, between the top edge of the control and the top edge of its container's client area. (Наследуется от System.Windows.Forms.Control) |
 | TopLevelControl | Gets the parent control that is not parented by another Windows Forms control. Typically, this is the outermost System.Windows.Forms.Form that the control is contained in. (Наследуется от System.Windows.Forms.Control) |
 | UseWaitCursor | Gets or sets a value indicating whether to use the wait cursor for the current control and all child controls. (Наследуется от System.Windows.Forms.Control) |
 | VerticalScroll | Gets the characteristics associated with the vertical scroll bar. (Наследуется от System.Windows.Forms.ScrollableControl) |
 | Visible | Gets or sets a value indicating whether the control and all its child controls are displayed. (Наследуется от System.Windows.Forms.Control) |
 | Width | Gets or sets the width of the control. (Наследуется от System.Windows.Forms.Control) |
 | WindowTarget | This property is not relevant for this class. (Наследуется от System.Windows.Forms.Control) |