RoundedPanelIntegrationMode Enum
Lists values that specify whether the Layout Control automatically adapts its padding within a RoundedSkinPanel container.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v26.1.dll
Declaration
Members
| Name | Description |
|---|---|
Adaptive
|
The Layout Control disables its padding. The |
Manual
|
The LayoutControl applies its default padding. The |
Related API Members
The following properties accept/return RoundedPanelIntegrationMode values:
Remarks
Read the following help topic for more information: RoundedPanelIntegrationMode.
See Also