Class ImageButtonWidget
Widget that shows a button with an icon
Inherited Members
Namespace: Mapsui.Widgets.ButtonWidgets
Assembly: Mapsui.dll
Syntax
public class ImageButtonWidget : BoxWidget, IWidget, IHasImage
Constructors
| Edit this page View SourceImageButtonWidget()
Declaration
public ImageButtonWidget()
Properties
| Edit this page View SourceImage
The image to show as button
Declaration
public Image? Image { get; set; }
Property Value
| Type | Description |
|---|---|
| Image |
Padding
Padding left and right for icon inside the Widget
Declaration
public MRect Padding { get; set; }
Property Value
| Type | Description |
|---|---|
| MRect |
Rotation
Rotation of the SVG image
Declaration
public double Rotation { get; set; }
Property Value
| Type | Description |
|---|---|
| double |