AutoComplete for ASP.NET Web Forms
Width プロパティ (Field)

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

Every Field object has a rectangle, or "field box", where the field contents are rendered.

The field box is defined by the Left, Top, Width, and Height properties.

These properties are expressed in twips, and the position is relative to the field's containing section.

参照

Field クラス
Field メンバ