PlatformSettings Property
Represents a contract for accessing top-level platform-specific settings.
Definition
Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
IPlatformSettings? PlatformSettings { get; }
ReadOnly Property PlatformSettings As IPlatformSettings
Get
abstract PlatformSettings : IPlatformSettings with get
Property Value
IPlatformSettingsRemarks
PlatformSettings can be null only if window wasn't initialized yet.