ITopLevelImpl.

ScalingChanged Property

Summary

Gets or sets a method called when the toplevel's scaling changes.
Namespace
Avalonia.Platform
Containing Type
ITopLevelImpl

Syntax

Action<double> ScalingChanged { get; set; }

Value

Type Description
Action<double>