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