Back to Devexpress

RoundedPanelIntegrationMode Enum

windowsforms-devexpress-dot-xtralayout-2613feb2.md

latest1.5 KB
Original Source

RoundedPanelIntegrationMode Enum

Lists values that specify whether the Layout Control automatically adapts its padding within a RoundedSkinPanel container.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public enum RoundedPanelIntegrationMode
vb
Public Enum RoundedPanelIntegrationMode

Members

NameDescription
Adaptive

The Layout Control disables its padding. The RoundedSkinPanel hides its border.

| | Manual |

The LayoutControl applies its default padding. The RoundedSkinPanel displays its border.

|

The following properties accept/return RoundedPanelIntegrationMode values:

Remarks

Read the following help topic for more information: RoundedPanelIntegrationMode.

See Also

RoundedPanelIntegrationMode

DevExpress.XtraLayout Namespace