DioDocs for PDF
TargetParam 列挙体

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Layout 名前空間 : TargetParam 列挙体
Specifies the target parameter of Constraint's target LayoutRect.
シンタックス
'宣言
 
Public Enum TargetParam 
   Inherits System.Enum
public enum TargetParam : System.Enum 
メンバ
メンバ解説
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.
継承階層

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

参照

GrapeCity.Documents.Layout 名前空間