GrapeCity ActiveReports for .NET 12.0J
LineColor プロパティ (Shape)
使用例 

図形の線の色を取得または設定します。
構文
'宣言
 
Public Property LineColor As Color
public Color LineColor {get; set;}

プロパティ値

図形の現在の色を表すSystem.Drawing.Colorの値。デフォルトはColor.Blackです。

使用例
private void detail_Format(object sender, System.EventArgs eArgs)
{
    this.shape1.LineColor = System.Drawing.Color.Navy;
}
Private Sub Detail1_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail1.Format
   Me.Shape1.LineColor = System.Drawing.Color.Navy
End Sub
参照

関連項目

Shape クラス
Shape メンバ
LineStyle プロパティ
LineWeight プロパティ

 

 


Copyright © 2003 GrapeCity inc. All rights reserved.