Accusoft.TwainPro9.Net
ForeColor Property




Gets and sets the color used to draw the Caption on the current still frame.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<DescriptionAttribute("Sets the color used to draw the Caption on the current still frame.")>
Public Property ForeColor As Color
'Usage
 
Dim instance As Caption
Dim value As Color
 
instance.ForeColor = value
 
value = instance.ForeColor
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[Description("Sets the color used to draw the Caption on the current still frame.")]
public Color ForeColor {get; set;}
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[Description("Sets the color used to draw the Caption on the current still frame.")]
public: __property Color get_ForeColor();
public: __property void set_ForeColor( 
   Color value
);
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[Description("Sets the color used to draw the Caption on the current still frame.")]
public:
property Color ForeColor {
   Color get();
   void set (    Color value);
}

Property Value

A System.Drawing.Color value which is used to draw the color of the Caption.
Remarks

The default value is System.Drawing.Color.Black.

See Also

Reference

Caption Class
Caption Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback