See Also

Barcode Class  | Barcode Members

Language

Visual Basic

C#

Show All

See Also Languages ActiveReports Send feedback to Data Dynamics

ForeColor Property

Gets or returns the foreground color of the control.

[Visual Basic]
Public Property ForeColor As Color
[C#]
public Color ForeColor {get; set;}

Return Type

System.Drawing.Color

Remarks

This color applies to both the barcode symbol and any caption.

Example

[C#] 

private void Detail_Format(object sender, System.EventArgs eArgs) 

    this.Barcode1.ForeColor = System.Drawing.Color.Green; 
}

[Visual Basic] 

Private Sub Detail_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail.Format
    Me.Barcode1.ForeColor = System.Drawing.Color.Green
End Sub

See Also

Barcode Class  | Barcode Members

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.