Table of Contents

Property MinScale

Namespace
SkiaSharp.Extended
Assembly
SkiaSharp.Extended.dll

MinScale

Gets or sets the minimum allowed zoom scale.

public float MinScale { get; set; }

Property Value

float

The minimum scale factor. The default is 0.1. Must be positive.

Exceptions

ArgumentOutOfRangeException

value is zero or negative.