ApplicationPlatformSettings Property
Represents a contract for accessing global platform-specific settings.
Namespace: AvaloniaAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public IPlatformSettings? PlatformSettings { get; }
Public ReadOnly Property PlatformSettings As IPlatformSettings
Get
member PlatformSettings : IPlatformSettings with get
Property Value
IPlatformSettings
PlatformSettings can be null only if application wasn't initialized yet.
TopLevel's
PlatformSettings is an equivalent API
which should always be preferred over a global one,
as specific top levels might have different settings set-up.