Click or drag to resize

ScrollableMinimumZoom Property

Hint to get or set the minimum zoom 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 MinimumZoom { get; set; }

Property Value

Type: Single
The minimum zoom.
See Also