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

C1.C1Report.4 アセンブリ > C1.C1Report 名前空間 > Field クラス : Anchor プロパティ
Gets or sets the field's vertical position relative to its containing Section.
シンタックス
'宣言
 
Public Property Anchor As AnchorEnum
public AnchorEnum Anchor {get; set;}
解説

Normally, fields do not move when sections grow or shrink. In some cases, however, you may want fields to grow with the section or to stay in the same position relative to the bottom of the section.

This is especially common for fields used to create vertical lines that should extend the entire height of the section.

参照

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