Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
DataUriStyle.cs
1
using
Mapsui.Styles;
2
3
namespace
NeuroAccessMaui.UI.Controls.Geo
4
{
8
public
class
DataUriStyle
: IStyle
9
{
10
public
bool
Enabled {
get
;
set
; } =
true
;
11
public
float
Opacity {
get
;
set
; } = 1.0f;
12
public
double
MinVisible {
get
;
set
; } = 0;
13
public
double
MaxVisible {
get
;
set
; } =
double
.MaxValue;
14
}
15
}
NeuroAccessMaui.UI.Controls.Geo.DataUriStyle
Marks a feature that should be rendered by DataUriStyleRenderer.
Definition:
DataUriStyle.cs:9
NeuroAccessMaui.UI.Controls.Geo
Definition:
DataUriStyle.cs:4
NeuroAccessMaui
NeuroAccessMaui
UI
Controls
Geo
DataUriStyle.cs
Generated by
1.9.5