Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / DrawingToolbar Class / OutlineColor Method


In This Topic
    OutlineColor Method
    In This Topic
    Sets the outline style for active legacy shape.
    Syntax
    'Declaration
     
    
    Public Shared Sub OutlineColor( _
       ByVal spread As FpSpread, _
       ByVal color As Color _
    ) 
    'Usage
     
    
    Dim spread As FpSpread
    Dim color As Color
     
    DrawingToolbar.OutlineColor(spread, color)
    public static void OutlineColor( 
       FpSpread spread,
       Color color
    )

    Parameters

    spread
    color
    See Also