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)

Parameters

spread
color
See Also