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; }
<DefaultValueAttribute(1F)>
Public Property MinimumZoom As Single
Get
Set
[<DefaultValueAttribute(1f)>]
member MinimumZoom : float32 with get, set
Property Value
Type:
SingleThe minimum zoom.
See Also