HelpButtonView

StockSharp.Xaml.Windows.Maui

Help button control that opens documentation URL in browser.

Inherits: ContentView

Constructors

HelpButtonView
public HelpButtonView()
helpButtonView = HelpButtonView()

Creates a new HelpButtonView.

Properties

DocUrl
public string DocUrl { get; set; }
value = helpButtonView.DocUrl
helpButtonView.DocUrl = value

Internet address of help site.

ShowText
public bool ShowText { get; set; }
value = helpButtonView.ShowText
helpButtonView.ShowText = value

Show text instead of icon. The default is off.

Fields

DocUrlProperty
public static readonly BindableProperty DocUrlProperty
value = HelpButtonView.DocUrlProperty

Bindable property for DocUrl.

ShowTextProperty
public static readonly BindableProperty ShowTextProperty
value = HelpButtonView.ShowTextProperty

Bindable property for ShowText.