Gets or sets the maximum size of the thumbnails in the default thumbnail collection.
Namespace: FirstFloor.Documents.ControlsAssembly: FirstFloor.Documents.Controls (in FirstFloor.Documents.Controls.dll) Version: 2.5.0.0 (2.5.1.0)
Syntax
| C# |
|---|
public Size DefaultThumbnailMaxSize { get; set; } |
| Visual Basic |
|---|
Public Property DefaultThumbnailMaxSize As Size
Get
Set |
| Visual C++ |
|---|
public:
property Size DefaultThumbnailMaxSize {
Size get ();
void set (Size value);
} |
Field Value
The maximum size of the default thumbnails.
See Also