Class MapInfoWidget
Inherited Members
Namespace: Mapsui.Widgets
Assembly: Mapsui.dll
Syntax
public class MapInfoWidget : TextBox, IWidget, IWidgetTouchableConstructors
| Edit this page View SourceMapInfoWidget(Map)
Declaration
public MapInfoWidget(Map map)Parameters
| Type | Name | Description | 
|---|---|---|
| Map | map | 
Properties
| Edit this page View SourceFeatureToText
Declaration
public Func<IFeature?, string> FeatureToText { get; set; }Property Value
| Type | Description | 
|---|---|
| Func<IFeature, string> |