HelpButtonView
StockSharp.Xaml.Windows.Maui
Элемент управления «Кнопка справки», который открывает URL-адрес документации в браузере.
Наследует: ContentView
Конструкторы
HelpButtonView
public HelpButtonView()
helpButtonView = HelpButtonView()
Создает новый 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
Привязываемое свойство для DocUrl.
ShowTextProperty
public static readonly BindableProperty ShowTextProperty
value = HelpButtonView.ShowTextProperty
Привязываемое свойство для ShowText.