GrapeCity ActiveReports for .NET 14.0J
Color プロパティ (Border)
使用例 

GrapeCity.ActiveReports.Document アセンブリ > GrapeCity.ActiveReports 名前空間 > Border クラス : Color プロパティ
コントロールの境界線の色を設定するか返します。
シンタックス
'宣言
 
Public Property Color As Color
public Color Color {get; set;}

プロパティ値

System.Drawing.Color。

使用例
Private void GroupHeader1_Format(object sender, System.EventArgs eArgs)
{
    this.txtShipCountry.Border.Color = System.Drawing.Color.Purple;
}
Private Sub GroupHeader1_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles GroupHeader1.Format
    Me.txtShipCountry.Border.Color = System.Drawing.Color.Purple
End Sub
参照

Border クラス
Border メンバ