Table of Contents

Property MaxScale

Namespace
SkiaSharp.Extended
Assembly
SkiaSharp.Extended.dll

MaxScale

Gets or sets the maximum allowed zoom scale.

public float MaxScale { get; set; }

Property Value

float

The maximum scale factor. The default is 10. Must be positive and greater than or equal to MinScale.

Exceptions

ArgumentOutOfRangeException

value is zero, negative, or less than MinScale.