[]
Represents a renderer for displaying a gradient for a selection in the spreadsheet.
[TypeConverter(typeof(fc))]
public class GradientSelectionRenderer : ISelectionRenderer, ISerializeSupport
<TypeConverter(GetType(fc))>
Public Class GradientSelectionRenderer
Implements ISelectionRenderer, ISerializeSupport
Name | Description |
---|---|
GradientSelectionRenderer() | Represents a renderer for selections with gradients. |
GradientSelectionRenderer(Color, Color, LinearGradientMode, int) | Creates a new gradient selection renderer. |
Name | Description |
---|---|
Color1 | Gets or sets the first color of a two-color gradient. |
Color2 | Gets or sets the second color of a two-color gradient. |
LinearGradientMode | Gets or sets the gradient mode. |
Opacity | Gets or sets the opacity. |
Name | Description |
---|---|
PaintSelection(Graphics, int, int, int, int) | Paints the selection. |
ToString() | Returns the name of the renderer as a string. |