string GraphicsFormat { get; set; }Property GraphicsFormat As String
Get
Setproperty String^ GraphicsFormat {
String^ get ();
void set (String^ value);
}abstract GraphicsFormat : string with get, setThe default value is "Automatic", which is the same as "GIF".
On Windows, you can use "Metafile", which uses the Windows Metafile format. These images can be dynamically resized after they have been created, and will redraw in excellent quality at any size.