Search Results for

    Show / Hide Table of Contents

    Class TextBoxWidget

    Widget displaying text in a box

    Inheritance
    object
    BaseWidget
    BoxWidget
    TextBoxWidget
    ButtonWidget
    LoggingWidget
    MapInfoWidget
    MouseCoordinatesWidget
    Implements
    IWidget
    Inherited Members
    BoxWidget.CornerRadius
    BoxWidget.BackColor
    BoxWidget.Opacity
    BaseWidget.InputAreaType
    BaseWidget.HorizontalAlignment
    BaseWidget.VerticalAlignment
    BaseWidget.Margin
    BaseWidget.Position
    BaseWidget.Width
    BaseWidget.Height
    BaseWidget.Envelope
    BaseWidget.Enabled
    BaseWidget.InputTransparent
    BaseWidget.WithTappedEvent
    BaseWidget.WithPointerPressedEvent
    BaseWidget.WithPointerMovedEvent
    BaseWidget.WithPointerReleased
    BaseWidget.Tapped
    BaseWidget.PointerPressed
    BaseWidget.PointerMoved
    BaseWidget.PointerReleased
    BaseWidget.UpdateEnvelope(double, double, double, double)
    BaseWidget.OnTapped(WidgetEventArgs)
    BaseWidget.OnPointerPressed(WidgetEventArgs)
    BaseWidget.OnPointerMoved(WidgetEventArgs)
    BaseWidget.OnPointerReleased(WidgetEventArgs)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mapsui.Widgets.BoxWidgets
    Assembly: Mapsui.dll
    Syntax
    public class TextBoxWidget : BoxWidget, IWidget

    Properties

    | Edit this page View Source

    Padding

    Padding for left, top, right and bottom for text inside the Widget

    Declaration
    public MRect Padding { get; set; }
    Property Value
    Type Description
    MRect
    | Edit this page View Source

    Text

    Text inside of box

    Declaration
    public string? Text { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    TextColor

    Text color of text inside of box

    Declaration
    public Color TextColor { get; set; }
    Property Value
    Type Description
    Color
    | Edit this page View Source

    TextSize

    Font size of text inside of box

    Declaration
    public double TextSize { get; set; }
    Property Value
    Type Description
    double

    Implements

    IWidget

    Extension Methods

    DisposableExtension.DisposeIfDisposable(object?)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX