Search Results for

    Show / Hide Table of Contents

    Class ImageButtonWidget

    Widget that shows a button with an icon

    Inheritance
    object
    BaseWidget
    BoxWidget
    ImageButtonWidget
    Implements
    IWidget
    IHasImage
    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.ButtonWidgets
    Assembly: Mapsui.dll
    Syntax
    public class ImageButtonWidget : BoxWidget, IWidget, IHasImage

    Constructors

    | Edit this page View Source

    ImageButtonWidget()

    Declaration
    public ImageButtonWidget()

    Properties

    | Edit this page View Source

    Image

    The image to show as button

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

    Padding

    Padding left and right for icon inside the Widget

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

    Rotation

    Rotation of the SVG image

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

    Implements

    IWidget
    IHasImage

    Extension Methods

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