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

IBrickOwner.AnchorHorizontal Property

Namespace: DevExpress.XtraPrinting

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

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

Declaration

HorizontalAnchorStyles AnchorHorizontal { get; }

Property Value

Type
HorizontalAnchorStyles

Available values:

Name Description
None

Identical to the Left member.

Left

Anchors a control to the left edge of its container.

Right

Anchors a control to the right edge of its container.

Both

Anchores a control to the left and right edges of its container.

See Also