TdxTileControl.Align Property
Specifies how the tile control is aligned within its parent.
Declaration
property Align; default alClient;
Property Value
Type | Default |
---|---|
TAlign | alClient |
Remarks
This property is initialized with alClient. By design, the tile control occupies the entire client area of its parent.
See Also