[]
Represents the renderer of the default changing (or animated) focus indicator.
public class AnimatedDefaultFocusIndicatorRenderer : IAnimatedFocusIndicatorRenderer, IFocusIndicatorRenderer, ISerializeSupport
Public Class AnimatedDefaultFocusIndicatorRenderer
Implements IAnimatedFocusIndicatorRenderer, IFocusIndicatorRenderer, ISerializeSupport
Name | Description |
---|---|
AnimatedDefaultFocusIndicatorRenderer() | Creates a new renderer for the default changing (or animated) focus indicator. |
AnimatedDefaultFocusIndicatorRenderer(int) | Creates a new renderer for the default changing (or animated) focus indicator with the specified line thickness. |
Name | Description |
---|---|
Position | Gets or sets the current step in the multiple-step animation cycle. |
Thickness | Gets or sets the thickness. |
Name | Description |
---|---|
Paint(Graphics, int, int, int, int, bool, bool, bool, bool) | Paints the cell with the default changing (or animated) focus indicator using the specified control and dimensions. |
ToString() | Returns the name of the renderer as a string. |