Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
DataUriStyle.cs
1using Mapsui.Styles;
2
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}
Marks a feature that should be rendered by DataUriStyleRenderer.
Definition: DataUriStyle.cs:9