Printing3D3MFPackage.Thumbnail Property

Definition

Gets or sets a thumbnail image that represents the contents of the 3D Manufacturing Format (3MF) package.

public:
 property Printing3DTextureResource ^ Thumbnail { Printing3DTextureResource ^ get(); void set(Printing3DTextureResource ^ value); };
Printing3DTextureResource Thumbnail();

void Thumbnail(Printing3DTextureResource value);
public Printing3DTextureResource Thumbnail { get; set; }
var printing3DTextureResource = printing3D3MFPackage.thumbnail;
printing3D3MFPackage.thumbnail = printing3DTextureResource;
Public Property Thumbnail As Printing3DTextureResource

Property Value

A thumbnail image that represents the contents of the 3MF package.

Applies to