Table of Contents

Interface IMinimap

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

Represents properties and methods specifying the appearance of the minimap in the Edit control.

public interface IMinimap : IUpdate, IDisposable

Properties

AllowDrag

When implemented by a class, indicates whether drag operation can performed to IMinimap.

AllowScroll

When implemented by a class, indicates whether scroll operation can performed to IMinimap.

IsDragging

When implemented by a class, indicates whether IMinimap is in dragging state.

IsScrolling

When implemented by a class, indicates whether IMinimap is in scrolling state.

Options

When implemented by a class, gets or sets a MinimapOptions that determine minimap appearance and behaviour.

Visible

When implemented by a class, gets or sets a value indicating whether minimap area should be painted.

Methods

CancelDragging()

When implemented by a class, cancels dragging the minimap.

CancelScrolling()

When implemented by a class, cancels scrolling the minimap.

Contains(int, int)

When implemented by a class, indicates whether IMinimap area contains given position.

ContainsBorder(double, double)

When implemented by a class, indicates whether left border of IMinimap area contains given position.

DragTo(double, double)

When implemented by a class, moves IMinimap left border to specified position.

GetDisplayPoint(int)

When implemented by a class, gets a display position at minimap y-position

GetHint(int, int)

When implemented by a class, gets a text under the cursor to be displayed in the hint

OnClick(Point)

When implemented by a class, handles IMinimap click.

ScrollTo(double, double)

When implemented by a class, scrolls IMinimap to specified position.