Class BoxWidget
Widget displaying a box
Implements
Inherited Members
Namespace: Mapsui.Widgets.BoxWidgets
Assembly: Mapsui.dll
Syntax
public class BoxWidget : BaseWidget, IWidget
Properties
| Edit this page View SourceBackColor
Background color of box
Declaration
public Color? BackColor { get; set; }
Property Value
| Type | Description |
|---|---|
| Color? |
CornerRadius
Corner radius of box
Declaration
public double CornerRadius { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
Opacity
Opacity of background, frame and signs
Declaration
public double Opacity { get; set; }
Property Value
| Type | Description |
|---|---|
| double |