Ribbon for WinForms
GalleryItemTextImageRelation 列挙体

C1.Win.Ribbon.4.8 アセンブリ > C1.Win.Ribbon 名前空間 : GalleryItemTextImageRelation 列挙体
ギャラリー項目のテキストと画像の相互の相対的な位置を示します。
シンタックス
'宣言
 
Public Enum GalleryItemTextImageRelation 
   Inherits System.Enum
public enum GalleryItemTextImageRelation : System.Enum 
メンバ
メンバ解説
ImageAboveTextテキストは画像の下に表示されます。
ImageAfterTextテキストは画像の前に表示されます。
ImageBeforeTextテキストは画像の後に表示されます。
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Win.Ribbon.GalleryItemTextImageRelation

参照

C1.Win.Ribbon 名前空間