DioDocs for PDF
AnchorParam 列挙体

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Layout 名前空間 : AnchorParam 列挙体
Specifies the source parameter of the anchor LayoutRect.
シンタックス
'宣言
 
Public Enum AnchorParam 
   Inherits System.Enum
public enum AnchorParam : System.Enum 
メンバ
メンバ解説
BottomThe bottom side of the anchor LayoutRect.
HeightThe height of the anchor LayoutRect.
HorizontalCenterThe horizontal center of the anchor LayoutRect.
LeftThe left side of the anchor LayoutRect.
NoneThe source parameter is not specified.
RightThe right side of the anchor LayoutRect.
TopThe top side of the anchor LayoutRect.
VerticalCenterThe vertical center of the anchor LayoutRect.
WidthThe width of the anchor LayoutRect.
継承階層

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

参照

GrapeCity.Documents.Layout 名前空間