DocumentViewer.ThumbnailDockStyle 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)
Syntaxpublic ControlDockStyle ThumbnailDockStyle { get; set; }
Public Property ThumbnailDockStyle As ControlDockStyle
Get
Set
Property Value
Type:
ControlDockStyle The dock position of the
ThumbnailView.
Examples_viewer.ThumbnailDockStyle = ControlDockStyle.Right;
_viewer.ThumbnailDockStyle = ControlDockStyle.Right
See Also