[]
Creates a new renderer of the solid focus indicator.
public SolidFocusIndicatorRenderer()
Public Sub New()
Creates a new renderer of the solid focus indicator with the specified color and thickness.
public SolidFocusIndicatorRenderer(Color clr, int thick)
Public Sub New(clr As Color, thick As Integer)
Type | Name | Description |
---|---|---|
Color | clr | Color of the focus indicator |
int | thick | Integer number of pixels in the thickness of the focus indicator |