Search Results for

    Show / Hide Table of Contents

    Class BoxWidget

    Inheritance
    object
    Widget
    BoxWidget
    Implements
    IWidget
    IWidgetTouchable
    Inherited Members
    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.BoxWidget
    Assembly: Mapsui.dll
    Syntax
    public class BoxWidget : Widget, IWidget, IWidgetTouchable

    Properties

    | Edit this page View Source

    BackColor

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

    CornerRadius

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

    Height

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

    Touchable

    Declaration
    public override bool Touchable { get; }
    Property Value
    Type Description
    bool
    Overrides
    Widget.Touchable
    | Edit this page View Source

    Width

    Declaration
    public int Width { get; set; }
    Property Value
    Type Description
    int

    Methods

    | Edit this page View Source

    HandleWidgetTouched(Navigator, MPoint)

    Function, which is called, when a Widget is hidden

    Declaration
    public override bool HandleWidgetTouched(Navigator navigator, MPoint position)
    Parameters
    Type Name Description
    Navigator navigator

    Navigator of MapControl

    MPoint position

    Screen position

    Returns
    Type Description
    bool

    True, if the Widget had handled the touch event

    Overrides
    Widget.HandleWidgetTouched(Navigator, MPoint)

    Implements

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