Accusoft.TwainProSdk Namespace > Caption Class : ForeColor Property |
'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); }
The default value is System.Drawing.Color.Black.