AboutPage

StockSharp.Xaml.Windows.Maui

About page.

Inherits: ContentPage

Constructors

AboutPage
public AboutPage()
aboutPage = AboutPage()

Creates a new AboutPage.

AboutPage
public AboutPage(Assembly assembly)
aboutPage = AboutPage(assembly)

Creates an AboutPage for a specific assembly.

Properties

ViewModel
public AboutWindowViewModel ViewModel { get; }
value = aboutPage.ViewModel

Gets the ViewModel.

Methods