Table of Contents

Property ScrollZoomFactor

Namespace
SkiaSharp.Extended
Assembly
SkiaSharp.Extended.dll

ScrollZoomFactor

Gets or sets the scale sensitivity for mouse scroll-wheel zoom.

public float ScrollZoomFactor { get; set; }

Property Value

float

A multiplier applied to each scroll tick's Delta.Y to compute the scale change. The default is 0.1. Must be positive.

Exceptions

ArgumentOutOfRangeException

value is zero or negative.