AdvertisePanel

StockSharp.Xaml

Панель для отображения рекламных акций.

Наследует: UserControl

Реализует: IComponentConnector

Конструкторы

AdvertisePanel
public AdvertisePanel()
advertisePanel = AdvertisePanel()

Инициализирует новый экземпляр AdvertisePanel.

Свойства

TextColor
public Color TextColor { get; set; }
value = advertisePanel.TextColor
advertisePanel.TextColor = value

Цвет текста.

Методы

AddNews
public void AddNews(News news)
advertisePanel.AddNews(news)

Добавить новость.

news
Новости.
AddNews
public void AddNews(IEnumerable<News> news)
advertisePanel.AddNews(news)

Добавить новость.

news
Новости.
InitializeComponent
public void InitializeComponent()
advertisePanel.InitializeComponent()

InitializeComponent

Поля

TextColorProperty
public static readonly DependencyProperty TextColorProperty
value = AdvertisePanel.TextColorProperty

DependencyProperty для TextColor.