Constructor RenderCustomGutterItemEventArgs
RenderCustomGutterItemEventArgs(int, DrawingContext, Rect)
Initializes a new instance of the RenderCustomGutterItemEventArgs class with specified parameters.
public RenderCustomGutterItemEventArgs(int lineIndex, DrawingContext drawingContext, Rect itemBounds)
Parameters
lineIndexintLine index where custom gutter item located.
drawingContextDrawingContextThe DrawingContext object for rendering.
itemBoundsRectThe area to be render.