PowerTools MultiRow for Windows Forms 8.0J
AttachAlignment 列挙体

画像に対するテキストの位置関係を定義します。
構文
Public Enum AttachAlignment 
   Inherits System.Enum
public enum AttachAlignment : System.Enum 
メンバ
メンバ解説
Bottom BottomLeftと同じです。
BottomCenter テキストを画像の下に配置し、左右中央揃えします。
BottomLeft テキストを画像の下に配置し、左揃えします。
BottomRight テキストを画像の下に配置し、右揃えします。
Left LeftBottomと同じです。
LeftBottom テキストを画像の左側に配置し、下揃えします。
LeftMiddle テキストを画像の左側に配置し、上下中央揃えします。
LeftTop テキストを画像の左側に配置し、上揃えします。
Right RightBottomと同じです。
RightBottom テキストを右側に配置し、下揃えします。
RightMiddle テキストを右側に配置し、上下中央揃えします。
RightTop テキストを右側に配置し、上揃えします。
Top TopLeftと同じです。
TopCenter テキストを画像の上に配置し、左右中央揃えします。
TopLeft テキストを画像の上に配置し、左揃えします。
TopRight テキストを画像の上に配置し、右揃えします。
解説
これは、イメージとテキストなどの2つの要素間で位置揃えや配置を行う場合に使用されます。イメージとテキストの場合は通常、テキストが中心要素になり、イメージがテキストに付随します。
継承階層

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Win.Editors.AttachAlignment

参照

GrapeCity.Win.Editors 名前空間

 

 


© 2008-2015 GrapeCity inc. All rights reserved.