Gets or sets a value indicating whether thumbnails should show the navigation rectangle which can be dragged or resized using the mouse.

Namespace:  C1.Win.C1Preview
Assembly:  C1.Win.C1Report.2 (in C1.Win.C1Report.2.dll)

Syntax

C#
[DefaultValueAttribute(true)]
public bool ThumbnailNavigation { get; set; }
Visual Basic
<DefaultValueAttribute(True)> _
Public Property ThumbnailNavigation As Boolean
	Get
	Set

Remarks

The default value for this property is True.

See Also