Class AdvertisePanel
Панель отображения рекламных акций.
Implements
Namespace: StockSharp.Xaml
Assembly: StockSharp.Xaml.dll
Syntax
public class AdvertisePanel : UserControl, IComponentConnector
Constructors
AdvertisePanel()
Создать AdvertisePanel.
Declaration
public AdvertisePanel()
Fields
TextColorProperty
Declaration
public static readonly DependencyProperty TextColorProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
TextColor
Цвет текста.
Declaration
public Color TextColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
Methods
AddNews(News)
Add news.
Declaration
public void AddNews(News news)
Parameters
Type | Name | Description |
---|---|---|
News | news | News. |
AddNews(IEnumerable<News>)
Add news.
Declaration
public void AddNews(IEnumerable<News> news)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<News> | news | News. |
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()