TdxLayoutCxLookAndFeel.DefaultUseSkinOffsets Property
Specifies if all layout look & feel components in the application use layout group and item offsets defined in the active skin.
Declaration
class property DefaultUseSkinOffsets: Boolean read; write; default True;
Property Value
| Type |
Default |
Description |
| Boolean |
True |
True
- Default. All layout look & feel components with the UseSkinOffsets property set to bDefault use offsets defined in the active skin instead of the Offsets property.
False
- All layout look & feel components with the UseSkinOffsets property set to bDefault use offset values defined using the [Offsets] property instead of corresponding UI element offsets defined in the active skin.
|
See Also