NewsStoryPanel

StockSharp.Xaml.Windows.Maui

Panel for displaying news story text.

Inherits: ContentView

Constructors

NewsStoryPanel
public NewsStoryPanel()
newsStoryPanel = NewsStoryPanel()

Creates a new instance.

Properties

Story
public string Story { get; set; }
value = newsStoryPanel.Story
newsStoryPanel.Story = value

Gets or sets the story text.

Fields

StoryProperty
public static readonly BindableProperty StoryProperty
value = NewsStoryPanel.StoryProperty

Story bindable property.