C# Class Majorsoft.Blazor.Components.Maps.Google.GoogleMapMarkerLabel

These options specify the appearance of a marker label. A marker label is a string (often a single character) which will appear inside the marker.
显示文件 Open project: majorimi/blazor-components

Public Methods

Method Description
GoogleMapMarkerLabel ( string text ) : System

Default constructor.

Method Details

GoogleMapMarkerLabel() public method

Default constructor.
public GoogleMapMarkerLabel ( string text ) : System
text string Label text
return System