Skip to main content

PlatformSettings Property

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

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)

public IPlatformSettings? PlatformSettings { get; }

Property Value

IPlatformSettings

Implements

IInputRoot.PlatformSettings

Remarks

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

See Also

Reference

TopLevel Class
Avalonia.Controls Namespace