XRCrossBandLine.AnchorVertical Property
Specifies the vertical anchoring style of a report control.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v25.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Property Value
| Type | Description |
|---|---|
| VerticalAnchorStyles | he style of vertical anchoring. |
Available values:
| Name | Description |
|---|---|
| None | Does not anchor a control to the edges of its container. |
| Top | Anchores a control to the top edge of its container. |
| Bottom | Anchores a control to the bottom edge of its container. |
| Both | Anchores a control to the top and bottom edges of its container. |
Remarks
The AnchorVertical property specifies the XRControl.AnchorVertical property of the base class.
See Also