Printing3D3MFPackage.Thumbnail Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.