[]
        
(Showing Draft Content)

GrapeCity.Documents.Layout.TargetParam

Enum TargetParam

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

Specifies the target parameter of Constraint's target LayoutRect.

public enum TargetParam

Fields

Angle = 1

The rotation angle of the target LayoutRect.

AspectRatio = 2

The aspect (width to height) ratio of the target LayoutRect.

Bottom = 14

The position of the bottom side of the target LayoutRect.

Height = 4

The height of the target LayoutRect.

HorizontalCenter = 23

The position of the horizontal center of the target LayoutRect.

Left = 11

The position of the left side of the target LayoutRect.

MaxBottom = 22

The maximum position of the bottom side of the target LayoutRect.

MaxHeight = 8

The maximum height of the target LayoutRect.

MaxLeft = 16

The maximum position of the left side of the target LayoutRect.

MaxRight = 18

The maximum position of the right side of the target LayoutRect.

MaxTop = 20

The maximum position of the top side of the target LayoutRect.

MaxWidth = 6

The maximum width of the target LayoutRect.

MinBottom = 21

The minimum position of the bottom side of the target LayoutRect.

MinHeight = 7

The minimum height of the target LayoutRect.

MinLeft = 15

The minimum position of the left side of the target LayoutRect.

MinRight = 17

The minimum position of the right side of the target LayoutRect.

MinTop = 19

The minimum position of the top side of the target LayoutRect.

MinWidth = 5

The minimum width of the target LayoutRect.

None = 0

The target parameter is not specified.

Right = 12

The position of the right side of the target LayoutRect.

StarHeight = 10

The proportional height (weight) of the target LayoutRect.

StarWidth = 9

The proportional width (weight) of the target LayoutRect.

Top = 13

The position of the top side of the target LayoutRect.

VerticalCenter = 24

The position of the vertical center of the target LayoutRect.

Width = 3

The width of the target LayoutRect.