Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
UriSchemaIcon.cs
1
using
Microsoft.Maui.Controls.Shapes;
2
3
namespace
NeuroAccessMaui.UI.Pages.Main.QR
4
{
11
public
class
UriSchemaIcon
(Geometry Geometry, Color ForegroundColor,
ScanQrCodeViewModel
ParentViewModel) : BindableObject()
12
{
13
private
readonly
ScanQrCodeViewModel
parentViewModel = ParentViewModel;
14
18
public
Geometry Geometry {
get
; } = Geometry;
19
23
public
Color ForegroundColor {
get
; } = ForegroundColor;
24
28
public
Color BackgroundColor => this.parentViewModel.
IconBackgroundColor
;
29
33
internal
void
BackgroundColorChanged()
34
{
35
this.OnPropertyChanged(nameof(this.BackgroundColor));
36
}
37
}
38
}
NeuroAccessMaui.UI.Pages.Main.QR.ScanQrCodeViewModel
The view model to bind to when scanning a QR code.
Definition:
ScanQrCodeViewModel.cs:14
NeuroAccessMaui.UI.Pages.Main.QR.ScanQrCodeViewModel.IconBackgroundColor
Color IconBackgroundColor
Background color of displayed icon.
Definition:
ScanQrCodeViewModel.cs:225
NeuroAccessMaui.UI.Pages.Main.QR
Definition:
CodeScannedEventArgs.cs:2
NeuroAccessMaui.UI.Pages.Main.QR.UriSchemaIcon
class UriSchemaIcon(Geometry Geometry, Color ForegroundColor, ScanQrCodeViewModel ParentViewModel)
Represents an icon for an URI schema.
Definition:
UriSchemaIcon.cs:11
NeuroAccessMaui
NeuroAccessMaui
UI
Pages
Main
QR
UriSchemaIcon.cs
Generated by
1.9.5