Click or drag to resize

ThumbnailViewMargins Property

Gets or sets the margins used for the control.

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 Margin Margins { get; set; }

Property Value

Type: Margin
The margins used for the control.
Remarks
Margins determine the spacing around the thumbnails. To control the spacing between the thumbnails set the Spacing property.
See Also