Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ObservableAttachmentCard.cs
1
using
CommunityToolkit.Mvvm.ComponentModel;
2
using
Microsoft.Maui.Controls;
3
4
namespace
NeuroAccessMaui.UI.Pages.Applications.ApplyId
5
{
6
public
partial class
ObservableAttachmentCard
: ObservableObject
7
{
8
[ObservableProperty]
9
private
ImageSource? image;
10
11
[ObservableProperty]
12
private
byte
[]? imageBin;
13
14
[ObservableProperty]
15
private
int
imageRotation;
16
17
}
18
}
NeuroAccessMaui.UI.Pages.Applications.ApplyId.ObservableAttachmentCard
Definition:
ObservableAttachmentCard.cs:7
NeuroAccessMaui.UI.Pages.Applications.ApplyId
Definition:
IdentityDocumentType.cs:8
NeuroAccessMaui
NeuroAccessMaui
UI
Pages
Applications
ApplyId
ObservableAttachmentCard.cs
Generated by
1.9.5