Skip to main content

TdxLayoutLookAndFeelOffsets Class

Contains offsets for layout elements.

Declaration

TdxLayoutLookAndFeelOffsets = class(
    TdxCustomLayoutLookAndFeelPart
)

Remarks

The TdxLayoutLookAndFeelOffsets object allows you to set the appropriate vertical and horizontal offsets for layout elements, to which a specific look & feel style is applied. Default offset values are similar to those recommended by the Microsoft UI guidelines. Offset values are calculated in DLU – dialog units. The pixel value of DLU depends on the current font used in a control.

The TdxLayoutLookAndFeelOffsets object is referenced by the TdxCustomLayoutLookAndFeel.Offsets property.

Inheritance

See Also