IBrickOwner.AnchorHorizontal Property
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
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