Different ways to dock shapes.

Namespace: TallComponents.PDF.Layout.Shapes
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

C#
public enum DockStyle
Visual Basic
Public Enumeration DockStyle

Members

Member nameValueDescription
None0 The shape is positioned at its exact coordinates.
Top1 The shape is moved up to the top edge of the container if the first, otherwise to the bottom edge of its predecessor.
Left2 The shape is moved up to the left edge of the container if the first, otherwise to the right edge of its predecessor.
Bottom3 The shape is moved up to the bottom edge of the container if the first, otherwise to the top edge of its predecessor.
Right4 The shape is moved up to the right edge of the container if the first, otherwise to the left edge of its predecessor.
Fill5 The shape fills the entire remaining area.

See Also