Accusoft.PrintPro8.Net
ForeColor Property




Gets and sets the foreground color used for drawing.
Syntax
'Declaration
 
Public Property ForeColor As Color
'Usage
 
Dim instance As Draw
Dim value As Color
 
instance.ForeColor = value
 
value = instance.ForeColor
public Color ForeColor {get; set;}
public: __property Color get_ForeColor();
public: __property void set_ForeColor( 
   Color value
);
public:
property Color ForeColor {
   Color get();
   void set (    Color value);
}

Property Value

A System.Drawing.Color value used for the foreground color in drawing.
See Also

Reference

Draw Class
Draw Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback