FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / RoundedRectangleShape Class / ResetForeColor Method


In This Topic
ResetForeColor Method (RoundedRectangleShape)
In This Topic
Resets the text color for the element to its default value.
Syntax
'Declaration
 
Public Overridable Sub ResetForeColor() 
 
'Usage
 
Dim instance As RoundedRectangleShape
 
instance.ResetForeColor()
See Also