Click or drag to resize

GetFolderSettingsEventArgsIconSize Property

Gets or sets the size of the image in pixels. Only used if ViewMode is not set to FVM_AUTO.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public int IconSize { get; set; }

Property Value

Type: Int32
The size of the image in pixels.
See Also