AppBuilderBase<TAppBuilder>.

RuntimePlatformServicesInitializer Property

Summary

Gets or sets a method to call the initialize the runtime platform services (e. g. AssetLoader)
Namespace
Avalonia.Controls
Containing Type
AppBuilderBase<TAppBuilder>

Syntax

public Action RuntimePlatformServicesInitializer { get; private set; }

Value

Type Description
Action