AboutPage

StockSharp.Xaml.Windows.Maui

关于页面.

继承自: ContentPage

构造函数

AboutPage
public AboutPage()
aboutPage = AboutPage()

Creates a new AboutPage.

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

创建 AboutPage 用于特定组装 。

属性

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

Gets the ViewModel.

方法