[]
        
(Showing Draft Content)

FarPoint.Win.Spread.MarqueeFocusIndicatorRenderer.-ctor

MarqueeFocusIndicatorRenderer Constructor

MarqueeFocusIndicatorRenderer()

Creates a new renderer for the marquee (or animated) focus indicator.

Declaration
public MarqueeFocusIndicatorRenderer()
Public Sub New()

MarqueeFocusIndicatorRenderer(Color, int)

Creates a new renderer for the marquee (or animated) focus indicator with the specified line thickness and color.

Declaration
public MarqueeFocusIndicatorRenderer(Color color, int thickness)
Public Sub New(color As Color, thickness As Integer)
Parameters
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

MarqueeFocusIndicatorRenderer(SerializationInfo, StreamingContext)

Creates a SpreadMonthCalendar from serialization.

Declaration
protected MarqueeFocusIndicatorRenderer(SerializationInfo info, StreamingContext context)
Protected Sub New(info As SerializationInfo, context As StreamingContext)
Parameters
Type Name Description
SerializationInfo info

Object that holds the serialized object data

StreamingContext context

Contexual information about the source or destination of the serialization