[]
Creates a FlatFocusIndicatorRenderer instance.
public FlatFocusIndicatorRenderer()
Public Sub New()
Creates a FlatFocusIndicatorRenderer instance.
protected FlatFocusIndicatorRenderer(SerializationInfo info, StreamingContext context)
Protected Sub New(info As SerializationInfo, context As StreamingContext)
Type | Name | Description |
---|---|---|
SerializationInfo | info | Serialize infomation object. |
StreamingContext | context | The context. |
Creates a FlatFocusIndicatorRenderer instance.
public FlatFocusIndicatorRenderer(int thickness, Color color, Color backColor)
Public Sub New(thickness As Integer, color As Color, backColor As Color)
Type | Name | Description |
---|---|---|
int | thickness | Thickness size. |
Color | color | Color. |
Color | backColor | Backcolor. |