Table of Contents

Class GutterMouseButtonEventArgs

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v10.dll

Provides data for the GutterMouseButtonEventArgs event.

public class GutterMouseButtonEventArgs : MouseButtonEventArgs
Inheritance
GutterMouseButtonEventArgs

Constructors

GutterMouseButtonEventArgs(MouseButtonEventArgs, int, Rect, Point)

Initializes a new instance of the GutterMouseButtonEventArgs class with specified parameters.

GutterMouseButtonEventArgs(MouseDevice, int, MouseButton, StylusDevice, int, Rect, Point)

Initializes a new instance of the GutterMouseButtonEventArgs class with specified parameters.

Properties

ItemBounds

Gets the bounds rectangle of the visual gutter item.

LineIndex

Gets the index of the clicked line.

MousePositionInItem

Gets the mouse position relative to the gutter layer.