Skip to main content
All docs
V26.1
  • IBrickOwner.AnchorHorizontal Property

    Namespace: DevExpress.XtraPrinting

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

    NuGet Package: DevExpress.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