UnitPage
StockSharp.Xaml.Windows.Maui
Página de edição da unidade.
Herda de: ContentPage
Construtores
Propriedades
SupportedTypes
public IEnumerable<UnitTypes> SupportedTypes { get; set; }
value = unitPage.SupportedTypes
unitPage.SupportedTypes = value
Obtém ou define os tipos de unidade suportados.
Value
public Unit Value { get; set; }
value = unitPage.Value
unitPage.Value = value
Obtém ou define o valor unitário.
ViewModel
public UnitWindowViewModel ViewModel { get; }
value = unitPage.ViewModel
Obtém o ViewModel.
Eventos
Completed
public event EventHandler<bool> Completed
unitPage.Completed += handler
Evento levantado quando concluído.