[]
        
(Showing Draft Content)

FarPoint.Win.Spread.TriangleNoteIndicatorRenderer

TriangleNoteIndicatorRenderer Class

Represents the painter that drawing the indicator shape for a triangle for the indicator of a note in a cell.

Inheritance
TriangleNoteIndicatorRenderer
Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public class TriangleNoteIndicatorRenderer : ISerializeSupport, INotifyPropertyChanged, INoteIndicatorRenderer3, INoteIndicatorRenderer2, INoteIndicatorRenderer
Public Class TriangleNoteIndicatorRenderer
    Implements ISerializeSupport, INotifyPropertyChanged, INoteIndicatorRenderer3, INoteIndicatorRenderer2, INoteIndicatorRenderer

Constructors

Name Description
TriangleNoteIndicatorRenderer()

Creates a new renderer of the triangle shape indicator.

TriangleNoteIndicatorRenderer(Color)

Creates a new renderer for the triangle indicator with the specified color and thickness.

Properties

Name Description
Color

Gets or sets the color of the solid focus indicator.

Methods

Name Description
OnPropertyChanged(PropertyChangedEventArgs)

Raises the PropertyChanged event.

Paint(Graphics, int, int, int, int)

Paints the cell with the note indicator using the specified control and dimensions.

Paint(Graphics, int, int, int, int, Color)

Paints the cell with the note indicator using the specified control and dimensions.

Paint(Graphics, int, int, int, int, Color, NoteIndicatorPosition, bool)

Paints the cell with the note indicator using the specified control and dimensions.

Events

Name Description
PropertyChanged

Occurs when a property value changes.