public sealed class MarkerPoint : ComponentBase| MarkerPoint | Initializes a new instance of the MarkerPoint class |
| CanvasSize | Optional: Size of the canvas to render the marker on. If not set, the marker will be rendered at the default size. |
| Marker | Marker to use. |
| SetParametersAsync |
Parameters are loaded manually for sake of performance; if we were to use System.Reflection magic, it would hurt performance if components were used in large numbers.
(Overrides ComponentBaseSetParametersAsync(ParameterView)) |