TcxShellThumbnailOptions.Width Property
Specifies the thumbnail width, in pixels.
Declaration
property Width: Integer read; write; default 96;
Property Value
Type | Default | Description |
---|---|---|
Integer | 96 | The thumbnail width, in pixels. |
Remarks
Use the Height and Width
properties to specify thumbnail dimensions. These properties are in effect only if the following conditions are met:
- The Shell List View control is in Icon mode.
- The ShowThumbnails property is set to
True
.
The Width
property’s default value is 96
.
See Also