| << Click to display table of contents >> TRVFloatPositionKind Type | 
Unit [VCL/FMX] RVFloatingPos / fmxRVFloatingPos;
Values of this type define how a position of a floating box is calculated.
type
TRVFloatPositionKind = (rvfpkAlignment, rvfpkAbsPosition,
rvfpkPercentPosition);
This is a type of the following properties of TRVBoxPosition:
| Value | Meaning | 
|---|---|
| rvfpkAlignment | A position is specified in HorizontalAlignment/VerticalAlignment | 
| rvfpkAbsPosition | HorizontalOffset/VerticalOffset contains offset in RVStyle.Units | 
| rvfpkPercentPosition | HorizontalOffset/VerticalOffset contains offset in (1/1000)% of the anchor area size |