[]
        
(Showing Draft Content)

GrapeCity.Documents.Layout.TargetParam

TargetParam Enum

Specifies the target parameter of Constraint's target LayoutRect.

Namespace: GrapeCity.Documents.Layout
Assembly: DS.Documents.Imaging.dll
Syntax
public enum TargetParam
Public Enum TargetParam

Fields

Name Description
Angle

The rotation angle of the target LayoutRect.

AspectRatio

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

Bottom

The position of the bottom side of the target LayoutRect.

Height

The height of the target LayoutRect.

HorizontalCenter

The position of the horizontal center of the target LayoutRect.

Left

The position of the left side of the target LayoutRect.

MaxBottom

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

MaxHeight

The maximum height of the target LayoutRect.

MaxLeft

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

MaxRight

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

MaxTop

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

MaxWidth

The maximum width of the target LayoutRect.

MinBottom

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

MinHeight

The minimum height of the target LayoutRect.

MinLeft

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

MinRight

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

MinTop

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

MinWidth

The minimum width of the target LayoutRect.

None

The target parameter is not specified.

Right

The position of the right side of the target LayoutRect.

StarHeight

The proportional height (weight) of the target LayoutRect.

StarWidth

The proportional width (weight) of the target LayoutRect.

Top

The position of the top side of the target LayoutRect.

VerticalCenter

The position of the vertical center of the target LayoutRect.

Width

The width of the target LayoutRect.