GH_Document.Thumbnail Property

GH_DocumentThumbnail Property

Gets or sets the thumbnail bitmap for this document.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public Bitmap Thumbnail { get; set; }
Public Property Thumbnail As Bitmap
	Get
	Set

Property Value

Type: Bitmap

[Missing <value> documentation for "P:Grasshopper.Kernel.GH_Document.Thumbnail"]

See Also