Ribbon for WinForms
AutoSizeElement 列挙体

C1.Win.8 アセンブリ > C1.Framework 名前空間 : AutoSizeElement 列挙体
Specifies how the XView control should size the element it contains.
シンタックス
'宣言
 
Public Enum AutoSizeElement 
   Inherits System.Enum
public enum AutoSizeElement : System.Enum 
メンバ
メンバ解説
BothAuto size element by client area size.
HeightAuto size element by client area height.
NoneNo autosizing.
WidthAuto size element by client area width.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Framework.AutoSizeElement

参照

C1.Framework 名前空間