TdxLayoutItemControlOptions.AlignVert Property
In This Article
Specifies the vertical alignment of a control within an item’s client area.
#Declaration
Delphi
property AlignVert: TdxLayoutItemControlAlignVert read; write; default avClient;
#Property Value
Type | Default |
---|---|
Tdx |
av |
#Remarks
The specified alignment is similar to the layout group or item alignment specified by the TdxCustomLayoutItem.AlignVert property, since the TdxLayoutItemControlAlignVert is a subset of the TdxLayoutAlignVert.
For details, refer to the TdxCustomLayoutItem.AlignHorz property description.
The default value of the AlignVert property is avClient.
See Also