HelpButtonView

StockSharp.Xaml.Windows.Maui

帮助按钮控制在浏览器中打开文档 URL 。

继承自: ContentView

构造函数

HelpButtonView
public HelpButtonView()
helpButtonView = HelpButtonView()

Creates a new HelpButtonView.

属性

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

帮助网站的互联网地址.

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

显示文本而不是图标。 默认关闭 。

字段

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.