IModelWinLayoutManagerOptions.ItemToBorderVerticalDistance Property
Specifies the vertical indents between the following layout elements:
A Layout Group’s horizontal borders and the Layout Items contained in the Group. Has no effect on Layout Groups with hidden text.
A Layout Group’s horizontal borders and the Detail View’s edges.
Namespace: DevExpress.ExpressApp.Win.SystemModule
Assembly: DevExpress.ExpressApp.Win.v24.1.dll
NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design
NuGet Package: DevExpress.ExpressApp.Win
Declaration
Property Value
Type | Default | Description |
---|---|---|
Int32 | 10 | An integer value specifying vertical indents between the layout elements. |
Remarks
This property is in effect for XAF Windows Forms applications only.
See Also