Class EditingWidget
Implements
Inherited Members
Namespace: Mapsui.Nts.Widgets
Assembly: Mapsui.Nts.dll
Syntax
public class EditingWidget : InputOnlyWidget, IWidget
Constructors
| Edit this page View SourceEditingWidget(EditManager)
Declaration
public EditingWidget(EditManager editManager)
Parameters
| Type | Name | Description |
|---|---|---|
| EditManager | editManager |
Properties
| Edit this page View SourceEditMode
Declaration
public EditMode EditMode { get; set; }
Property Value
| Type | Description |
|---|---|
| EditMode |
Layer
Declaration
public WritableLayer? Layer { get; set; }
Property Value
| Type | Description |
|---|---|
| WritableLayer |
SelectMode
Declaration
public bool SelectMode { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Methods
| Edit this page View SourceOnPointerMoved(WidgetEventArgs)
Function, which handles the widget pointer moved event
Declaration
public override void OnPointerMoved(WidgetEventArgs e)
Parameters
| Type | Name | Description |
|---|---|---|
| WidgetEventArgs | e | Arguments for this widget touch |
Overrides
| Edit this page View SourceOnPointerPressed(WidgetEventArgs)
Function, which handles the widget pointer pressed event
Declaration
public override void OnPointerPressed(WidgetEventArgs e)
Parameters
| Type | Name | Description |
|---|---|---|
| WidgetEventArgs | e | Arguments for this widget touch |
Overrides
| Edit this page View SourceOnPointerReleased(WidgetEventArgs)
Function, which handles the widget pointer released event
Declaration
public override void OnPointerReleased(WidgetEventArgs e)
Parameters
| Type | Name | Description |
|---|---|---|
| WidgetEventArgs | e | Arguments for this widget touch |
Overrides
| Edit this page View SourceOnTapped(WidgetEventArgs)
Function, which handles the widget tapped event
Declaration
public override void OnTapped(WidgetEventArgs e)
Parameters
| Type | Name | Description |
|---|---|---|
| WidgetEventArgs | e | Arguments for this widget touch |