Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxLayoutLookAndFeelOffsets Class

Contains offsets for layout elements.

#Declaration

Delphi
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