Printing3DComponent.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 the thumbnail image of the 3D Manufacturing Format (3MF) component.
public:
property Printing3DTextureResource ^ Thumbnail { Printing3DTextureResource ^ get(); void set(Printing3DTextureResource ^ value); };
Printing3DTextureResource Thumbnail();
void Thumbnail(Printing3DTextureResource value);
public Printing3DTextureResource Thumbnail { get; set; }
var printing3DTextureResource = printing3DComponent.thumbnail;
printing3DComponent.thumbnail = printing3DTextureResource;
Public Property Thumbnail As Printing3DTextureResource
Property Value
The thumbnail image of the 3MF component.