Table of Contents

Class AdvertisePanel

Namespace
StockSharp.Xaml
Assembly
StockSharp.Xaml.dll

Panel for advertising action displaying.

public class AdvertisePanel : UserControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IComponentConnector
Inheritance
AdvertisePanel
Implements
Inherited Members
Extension Methods

Constructors

AdvertisePanel()

Initializes a new instance of the AdvertisePanel.

public AdvertisePanel()

Fields

TextColorProperty

public static readonly DependencyProperty TextColorProperty

Field Value

DependencyProperty

Properties

TextColor

The color of text.

public Color TextColor { get; set; }

Property Value

Color

Methods

AddNews(News)

Add news.

public void AddNews(News news)

Parameters

news News

News.

AddNews(IEnumerable<News>)

Add news.

public void AddNews(IEnumerable<News> news)

Parameters

news IEnumerable<News>

News.

InitializeComponent()

InitializeComponent

public void InitializeComponent()