Editor for ASP.NET Web Forms
TextImageRelation 列挙体

C1.Web.Wijmo.Controls.4 アセンブリ > C1.Web.Wijmo.Controls.C1Editor 名前空間 : TextImageRelation 列挙体
テキストと画像の位置関係を決める列挙体。
シンタックス
'宣言
 
Public Enum TextImageRelation 
   Inherits System.Enum
public enum TextImageRelation : System.Enum 
メンバ
メンバ解説
ImageAboveText画像はテキストの上に配置されます。
ImageBeforeText画像はテキストの前に配置されます。
TextAboveImageテキストは画像の上に配置されます。
TextBeforeImageテキストは画像の前に配置されます。
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Web.Wijmo.Controls.C1Editor.TextImageRelation

参照

C1.Web.Wijmo.Controls.C1Editor 名前空間