Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Layout Namespace / TargetParam Enumeration

In This Topic
    TargetParam Enumeration
    In This Topic
    Specifies the target parameter of Constraint's target LayoutRect.
    Syntax
    'Declaration
     
    Public Enum TargetParam 
       Inherits System.Enum
    public enum TargetParam : System.Enum 
    Members
    MemberDescription
    AngleThe rotation angle of the target LayoutRect.
    AspectRatioThe aspect (width to height) ratio of the target LayoutRect.
    BottomThe position of the bottom side of the target LayoutRect.
    HeightThe height of the target LayoutRect.
    HorizontalCenterThe position of the horizontal center of the target LayoutRect.
    LeftThe position of the left side of the target LayoutRect.
    MaxBottomThe maximum position of the bottom side of the target LayoutRect.
    MaxHeightThe maximum height of the target LayoutRect.
    MaxLeftThe maximum position of the left side of the target LayoutRect.
    MaxRightThe maximum position of the right side of the target LayoutRect.
    MaxTopThe maximum position of the top side of the target LayoutRect.
    MaxWidthThe maximum width of the target LayoutRect.
    MinBottomThe minimum position of the bottom side of the target LayoutRect.
    MinHeightThe minimum height of the target LayoutRect.
    MinLeftThe minimum position of the left side of the target LayoutRect.
    MinRightThe minimum position of the right side of the target LayoutRect.
    MinTopThe minimum position of the top side of the target LayoutRect.
    MinWidthThe minimum width of the target LayoutRect.
    NoneThe target parameter is not specified.
    RightThe position of the right side of the target LayoutRect.
    StarHeightThe proportional height (weight) of the target LayoutRect.
    StarWidthThe proportional width (weight) of the target LayoutRect.
    TopThe position of the top side of the target LayoutRect.
    VerticalCenterThe position of the vertical center of the target LayoutRect.
    WidthThe width of the target LayoutRect.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Layout.TargetParam

    See Also