Table of Contents

Class RenderCustomGutterItemEventArgs

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

Provides data for the RenderCustomGutterItem handler.

public class RenderCustomGutterItemEventArgs : EventArgs
Inheritance
RenderCustomGutterItemEventArgs

Constructors

RenderCustomGutterItemEventArgs(int, DrawingContext, Rect)

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

Properties

DrawingContext

Gets the DrawingContext object for rendering.

ItemBounds

Gets the area to be render.

LineIndex

Gets the line index where custom gutter item located.