ScrollableMaximumZoom Property |
Hint to get or set the maximum 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 MaximumZoom { get; set; }
<DefaultValueAttribute(1F)>
Public Property MaximumZoom As Single
Get
Set
[<DefaultValueAttribute(1f)>]
member MaximumZoom : float32 with get, set
Property Value
Type:
SingleThe maximum zoom.
See Also