MarkerPoint Class

Renders a Point to an HTML SVG format.

Definition

Namespace: MobileTrack.Web.Components.Components
Assembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public sealed class MarkerPoint : ComponentBase
Inheritance
Object    ComponentBase    MarkerPoint

Constructors

MarkerPointInitializes a new instance of the MarkerPoint class

Properties

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.

Methods

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))

See Also