Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / MarqueeFocusIndicatorRenderer Class / MarqueeFocusIndicatorRenderer Constructor / MarqueeFocusIndicatorRenderer Constructor(Color,Int32)
Color object that specifies the color of the indicator line
Integer number of pixels in the thickness of the indicator line


In This Topic
    MarqueeFocusIndicatorRenderer Constructor(Color,Int32)
    In This Topic
    Creates a new renderer for the marquee (or animated) focus indicator with the specified line thickness and color.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal color As Color, _
       ByVal thickness As Integer _
    )
    'Usage
     
    
    Dim color As Color
    Dim thickness As Integer
     
    Dim instance As New MarqueeFocusIndicatorRenderer(color, thickness)
    public MarqueeFocusIndicatorRenderer( 
       Color color,
       int thickness
    )

    Parameters

    color
    Color object that specifies the color of the indicator line
    thickness
    Integer number of pixels in the thickness of the indicator line
    See Also