Click or drag to resize

DocumentViewerThumbnailDockStyle Property

Gets or sets a value indicating which side the thumbnail control should be docked against.

Namespace:  Atalasoft.Imaging.WinControls
Assembly:  Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public ControlDockStyle ThumbnailDockStyle { get; set; }

Property Value

Type: ControlDockStyle
The dock position of the ThumbnailView.
Examples
_viewer.ThumbnailDockStyle = ControlDockStyle.Right;
See Also