IInputRootPlatformSettings Property

Represents a contract for accessing top-level platform-specific settings.

Definition

Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
IPlatformSettings? PlatformSettings { get; }

Property Value

IPlatformSettings

Remarks

PlatformSettings can be null only if window wasn't initialized yet.

See Also