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

Company
public string Company { get; }
value = aboutWindow.Company

Gets the product's company name.

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.

Product
public string Product { get; }
value = aboutWindow.Product

Gets the product's full name.

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