Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IBorderDataElement.cs
1
namespace
NeuroAccessMaui.UI.Core
2
{
3
internal
interface
IBorderDataElement
4
{
5
//note to implementor: implement this property publicly
6
Style BorderStyle {
get
; }
7
8
//note to implementor: but implement this method explicitly
9
void
OnBorderStylePropertyChanged(Style OldValue, Style NewValue);
10
}
11
}
NeuroAccessMaui.UI.Core
Definition:
BorderDataElement.cs:2
NeuroAccessMaui
NeuroAccessMaui
UI
Core
IBorderDataElement.cs
Generated by
1.9.5