Click or drag to resize

FolderViewDefaultSpacing Property

Gets the default width (x) and height (y) measurements of an item, including the surrounding white space.

Namespace:  ShellBoost.Core.WindowsShell
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public POINT DefaultSpacing { get; }

Property Value

Type: POINT
The default width (x) and height (y) measurements of an item, including the surrounding white space.
See Also