[]
Represents the painter that drawing the indicator shape for a triangle for the indicator of a note in a cell.
public class TriangleNoteIndicatorRenderer : ISerializeSupport, INotifyPropertyChanged, INoteIndicatorRenderer3, INoteIndicatorRenderer2, INoteIndicatorRenderer
Public Class TriangleNoteIndicatorRenderer
Implements ISerializeSupport, INotifyPropertyChanged, INoteIndicatorRenderer3, INoteIndicatorRenderer2, INoteIndicatorRenderer
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. |
Name | Description |
---|---|
Color | Gets or sets the color of the solid focus indicator. |
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. |
Name | Description |
---|---|
PropertyChanged | Occurs when a property value changes. |