[This is preliminary documentation and is subject to change.]
Provides access to zoom coefficient
Namespace: NFX.WinForms.ElementsAssembly: NFX.WinForms (in NFX.WinForms.dll) Version: 3.0.0.1 (3.0.0.1)
[BrowsableAttribute(false)]
public float Zoom { get; set; }
[BrowsableAttribute(false)]
public float Zoom { get; set; }
<BrowsableAttribute(false)>
Public Property Zoom As Single
Get
Set
<BrowsableAttribute(false)>
Public Property Zoom As Single
Get
Set
public:
[BrowsableAttribute(false)]
property float Zoom {
float get ();
void set (float value);
}
public:
[BrowsableAttribute(false)]
property float Zoom {
float get ();
void set (float value);
}
[<BrowsableAttribute(false)>]
member Zoom : float32 with get, set
[<BrowsableAttribute(false)>]
member Zoom : float32 with get, set
Property Value
Type:
Single