Search Results for

    Show / Hide Table of Contents

    Class MapInfoWidget

    Inheritance
    object
    Widget
    TextBox
    MapInfoWidget
    Implements
    IWidget
    IWidgetTouchable
    Inherited Members
    TextBox.PaddingX
    TextBox.PaddingY
    TextBox.CornerRadius
    TextBox.Text
    TextBox.BackColor
    TextBox.TextColor
    TextBox.Width
    TextBox.Height
    TextBox.HandleWidgetTouched(Navigator, MPoint)
    TextBox.Touchable
    Widget.HorizontalAlignment
    Widget.VerticalAlignment
    Widget.MarginX
    Widget.MarginY
    Widget.Envelope
    Widget.Enabled
    Widget.CalculatePositionX(float, float, float)
    Widget.CalculatePositionY(float, float, float)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mapsui.Widgets
    Assembly: Mapsui.dll
    Syntax
    public class MapInfoWidget : TextBox, IWidget, IWidgetTouchable

    Constructors

    | Edit this page View Source

    MapInfoWidget(Map)

    Declaration
    public MapInfoWidget(Map map)
    Parameters
    Type Name Description
    Map map

    Properties

    | Edit this page View Source

    FeatureToText

    Declaration
    public Func<IFeature?, string> FeatureToText { get; set; }
    Property Value
    Type Description
    Func<IFeature, string>

    Implements

    IWidget
    IWidgetTouchable
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX