Class AboutWindow
- Namespace
- StockSharp.Xaml
- Assembly
- StockSharp.Xaml.dll
The window for browsing application information.
public class AboutWindow : ThemedWindow, IComponentConnector
- Inheritance
-
AboutWindow
- Implements
- Extension Methods
Constructors
AboutWindow()
Initializes a new instance of the AboutWindow.
public AboutWindow()
Properties
Company
Gets the product's company name.
public string Company { get; }
Property Value
Copyright
Gets the copyright information for the product.
public string Copyright { get; }
Property Value
Description
Gets the description about the application.
public string Description { get; }
Property Value
LinkUri
Gets the link uri that is the navigation target of the link.
public string LinkUri { get; }
Property Value
Product
Gets the product's full name.
public string Product { get; }
Property Value
ProductTitle
Gets the title property, which is display in the AboutWindow title.
public string ProductTitle { get; }
Property Value
Version
Gets the application's version information to show.
public string Version { get; }
Property Value
Methods
InitializeComponent()
InitializeComponent
public void InitializeComponent()