AboutWindow
StockSharp.Xaml
The window for browsing application information.
Inherits: ThemedWindow
Implements: IComponentConnector
Constructors
AboutWindow
public AboutWindow()
aboutWindow = AboutWindow()
Initializes a new instance of the AboutWindow.
Properties
Copyright
public string Copyright { get; }
value = aboutWindow.Copyright
Gets the copyright information for the product.
Description
public string Description { get; }
value = aboutWindow.Description
Gets the description about the application.
LinkUri
public string LinkUri { get; }
value = aboutWindow.LinkUri
Gets the link uri that is the navigation target of the link.
ProductTitle
public string ProductTitle { get; }
value = aboutWindow.ProductTitle
Gets the title property, which is display in the AboutWindow title.
Version
public string Version { get; }
value = aboutWindow.Version
Gets the application's version information to show.
Methods
InitializeComponent
public void InitializeComponent()
aboutWindow.InitializeComponent()
InitializeComponent