Skip to main content
All docs
V25.2
  • TdxLayoutCxLookAndFeel.UseSkinOffsets Property

    Specifies if layout groups and items use offsets defined in the active skin instead of the Offsets property.

    Declaration

    property UseSkinOffsets: TdxDefaultBoolean read; write; default bDefault;

    Property Value

    Type Default Description
    TdxDefaultBoolean bDefault

    You can switch between the following options:

    bDefault
    The DefaultUseSkinOffsets property specifies if layout groups and items use offsets defined in the active skin instead of the Offsets property.
    bTrue
    The active skin overrides offsets defined using the Offsets property.
    bFalse
    Layout groups and items use offset values specified using the Offsets property instead of corresponding UI element offsets defined in the active skin.

    Remarks

    Use the UseSkinOffsets property to switch between skin-based and manually defined layout group and item offsets.

    See Also