Skip to main content

PdfViewerControl.ThumbnailSpacing Property

Gets or sets the spacing around a page thumbnail.

Namespace: DevExpress.UI.Xaml.Controls

Assembly: DevExpress.UI.Xaml.Controls.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public double ThumbnailSpacing { get; set; }

#Property Value

Type Description
Double

The spacing between page thumbnails, in pixels.

#Remarks

Use the ThumbnailSpacing property to set the spacing around page thumbnails that are shown in the zoomed-out view.

By default the ThumbnailSpacing property is set to 10.

See Also