HelpButtonView
StockSharp.Xaml.Windows.Maui
ブラウザでドキュメントURLを開くボタン制御をヘルプします。
継承元: ContentView
コンストラクター
プロパティ
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.