Ribbon for WinForms
ImageAlignment 列挙体

C1.Win.4.8 アセンブリ > C1.Framework 名前空間 : ImageAlignment 列挙体
Specifies the image alignment.
シンタックス
'宣言
 
Public Enum ImageAlignment 
   Inherits System.Enum
public enum ImageAlignment : System.Enum 
メンバ
メンバ解説
CenterBottomImage is vertically aligned at the bottom, and horizontally aligned at the center.
CenterCenterImage is vertically aligned in the middle, and horizontally aligned at the center.
CenterTopImage is vertically aligned at the top, and horizontally aligned at the center.
LeftBottomImage is vertically aligned at the bottom, and horizontally aligned on the left.
LeftCenterImage is vertically aligned in the middle, and horizontally aligned on the left.
LeftTopImage is vertically aligned at the top, and horizontally aligned on the left.
RightBottomImage is vertically aligned at the bottom, and horizontally aligned on the right.
RightCenterImage is vertically aligned in the middle, and horizontally aligned on the right.
RightTopImage is vertically aligned at the top, and horizontally aligned on the right.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Framework.ImageAlignment

参照

C1.Framework 名前空間