Ribbon for WinForms
TextImageRelation 列挙体

C1.Win.Ribbon.4.5.2 アセンブリ > C1.Win.Ribbon 名前空間 : TextImageRelation 列挙体
Indicates whether the text should appear below the image.
シンタックス
'宣言
 
Public Enum TextImageRelation 
   Inherits System.Enum
public enum TextImageRelation : System.Enum 
メンバ
メンバ解説
AutomaticText position (below or after the image) depends on the group sizing.
ImageAboveTextText appears below the image.
ImageBeforeTextText appears after the image.
継承階層

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

参照

C1.Win.Ribbon 名前空間