FlexReport for WinForms
Width プロパティ (FieldBase)


C1.Report.4.6.2 アセンブリ > C1.Report 名前空間 > FieldBase クラス : Width プロパティ
Gets or sets the width of the field in twips.
シンタックス
'宣言
 
Public Property Width As System.Double
'使用法
 
Dim instance As FieldBase
Dim value As System.Double
 
instance.Width = value
 
value = instance.Width
public System.double Width {get; set;}
解説

Every FieldBase 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.

参照

参照

FieldBase クラス
FieldBase メンバ