FlexReport for WinForms
Align プロパティ (Field)


C1.Report アセンブリ > C1.Report 名前空間 > Field クラス : Align プロパティ
Gets or sets the text alignment within the field.
シンタックス
'宣言
 
Public Property Align As FieldAlignEnum
'使用法
 
Dim instance As Field
Dim value As FieldAlignEnum
 
instance.Align = value
 
value = instance.Align
public FieldAlignEnum Align {get; set;}
解説

This property determines how text is aligned within the field.

To control picture alignment, use the PictureAlign property.

参照

参照

Field クラス
Field メンバ
FieldAlignEnum 列挙体