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
Properties
TextColor
The color of text.
public Color TextColor { get; set; }
Property Value
Methods
AddNews(News)
Add news.
public void AddNews(News news)
Parameters
news
NewsNews.
AddNews(IEnumerable<News>)
Add news.
public void AddNews(IEnumerable<News> news)
Parameters
news
IEnumerable<News>News.
InitializeComponent()
InitializeComponent
public void InitializeComponent()