AutoComplete for ASP.NET Web Forms
LineWidth プロパティ

C1.C1Report.4 アセンブリ > C1.C1Report 名前空間 > Field クラス : LineWidth プロパティ
Gets or sets the width of the field's border or line.
シンタックス
'宣言
 
Public Property LineWidth As System.Double
public System.double LineWidth {get; set;}
解説

To draw a border around a field, set the following properties:

C1.C1Preview.C1Report.Field.BorderColor to define the border color.

C1.C1Preview.C1Report.Field.BorderStyle to define the border style (e.g., solid, dashed, etc.).

C1.C1Preview.C1Report.Field.LineWidth to define the border width (in twips).

To draw lines, see the LineSlant property.

参照

Field クラス
Field メンバ