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


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

The ZOrder of a field determines whether it is rendered in front of or behind other fields that overlap with it.

High ZOrder values bring the field to the front, low values send it to the back.

Because ZOrder values are relative, it is usually easier to call the SetZOrder method, which ensures the field is rendered in front of or behind all other overlapping fields.

参照

参照

FieldBase クラス
FieldBase メンバ