Table of Contents

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

string

Gets the copyright information for the product.

public string Copyright { get; }

Property Value

string

Description

Gets the description about the application.

public string Description { get; }

Property Value

string

LinkUri

Gets the link uri that is the navigation target of the link.

public string LinkUri { get; }

Property Value

string

Product

Gets the product's full name.

public string Product { get; }

Property Value

string

ProductTitle

Gets the title property, which is display in the AboutWindow title.

public string ProductTitle { get; }

Property Value

string

Version

Gets the application's version information to show.

public string Version { get; }

Property Value

string

Methods

InitializeComponent()

InitializeComponent

public void InitializeComponent()