[]
Creates a new renderer for the marquee (or animated) focus indicator.
public MarqueeFocusIndicatorRenderer()
Public Sub New()
Creates a new renderer for the marquee (or animated) focus indicator with the specified line thickness and color.
public MarqueeFocusIndicatorRenderer(Color color, int thickness)
Public Sub New(color As Color, thickness As Integer)
Type | Name | Description |
---|---|---|
Color | color | Color object that specifies the color of the indicator line |
int | thickness | Integer number of pixels in the thickness of the indicator line |
Creates a SpreadMonthCalendar from serialization.
protected MarqueeFocusIndicatorRenderer(SerializationInfo info, StreamingContext context)
Protected Sub New(info As SerializationInfo, context As StreamingContext)
Type | Name | Description |
---|---|---|
SerializationInfo | info | Object that holds the serialized object data |
StreamingContext | context | Contexual information about the source or destination of the serialization |