Different ways to dock shapes.
Namespace: TallComponents.PDF.Layout.ShapesAssembly: 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 name | Value | Description | |
|---|---|---|---|
| None | 0 | The shape is positioned at its exact coordinates. | |
| Top | 1 | The shape is moved up to the top edge of the container if the first, otherwise to the bottom edge of its predecessor. | |
| Left | 2 | The shape is moved up to the left edge of the container if the first, otherwise to the right edge of its predecessor. | |
| Bottom | 3 | The shape is moved up to the bottom edge of the container if the first, otherwise to the top edge of its predecessor. | |
| Right | 4 | The shape is moved up to the right edge of the container if the first, otherwise to the left edge of its predecessor. | |
| Fill | 5 | The shape fills the entire remaining area. |