Tip
See the Examples section of the ImageViewer class for an animated image example.
[DefaultValueAttribute(false)]
public bool AutoZoom { get; set; }<DefaultValueAttribute(false)>
Public Property AutoZoom As Boolean
Get
Setpublic:
[DefaultValueAttribute(false)]
property bool AutoZoom {
bool get ();
void set (bool value);
}[<DefaultValueAttribute(false)>]
member AutoZoom : bool with get, set