RegionSetColorForeground Method |
Sets the foreground color
Namespace:
ProScript
Assembly:
proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax public void SetColorForeground(
Color colorForeground
)
Public Sub SetColorForeground (
colorForeground As Color
)
public:
void SetColorForeground(
Color colorForeground
)
member SetColorForeground :
colorForeground : Color -> unit
Parameters
- colorForeground
- Type: System.DrawingColor
The foreground color
See Also