Hint to set the zoom level of the scrollable region, if the platform supports it
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax [DefaultValueAttribute(1f)]
public float Zoom { get; set; }
<DefaultValueAttribute(1F)>
Public Property Zoom As Single
Get
Set
[<DefaultValueAttribute(1f)>]
member Zoom : float32 with get, set
Property Value
Type:
SingleThe current zoom level
See Also