Skip to main content

TdxBadge.Offset Property

Specifies the absolute horizontal and/or vertical offsets (in pixels) from the badge UI adorner’s base position.

Declaration

property Offset: TdxPoint read; write;

Property Value

Type
TdxPoint

Remarks

Use the Offset.X and/or Offset.Y properties to move the badge’s center horizontally and/or vertically from one of the nine base positions at the target UI element.

The Offset.X and Offset.Y properties automatically update by multiplying their current values by the DPI-aware form’s scaling factor every time it changes.

See Also