[]
        
(Showing Draft Content)

GrapeCity.Documents.Layout.AnchorParam

Enum AnchorParam

Namespace
GrapeCity.Documents.Layout
Assembly
GcDocs.Imaging.dll

Specifies the source parameter of the anchor LayoutRect.

public enum AnchorParam

Fields

Bottom = 6

The bottom side of the anchor LayoutRect.

Height = 2

The height of the anchor LayoutRect.

HorizontalCenter = 7

The horizontal center of the anchor LayoutRect.

Left = 3

The left side of the anchor LayoutRect.

None = 0

The source parameter is not specified.

Right = 4

The right side of the anchor LayoutRect.

Top = 5

The top side of the anchor LayoutRect.

VerticalCenter = 8

The vertical center of the anchor LayoutRect.

Width = 1

The width of the anchor LayoutRect.