Skip to main content
A newer version of this page is available. .

IBrickOwner.AnchorVertical Property

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v20.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

VerticalAnchorStyles AnchorVertical { get; }

Property Value

Type
VerticalAnchorStyles

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.

See Also