Themes for WinForms
ThemeFamily 列挙体

C1.Win.Themes.6 アセンブリ > C1.Win.Themes 名前空間 : ThemeFamily 列挙体
C1Theme がどのテーマファミリに属するかを示します。
シンタックス
'宣言
 
Public Enum ThemeFamily 
   Inherits System.Enum
public enum ThemeFamily : System.Enum 
メンバ
メンバ解説
MaterialA material style theme.
NoneNo theme.
Office2007A theme similar to Office 2007.
Office2010A theme similar to Office 2010.
Office2013A theme similar to Office 2013.
Office2016A theme similar to Office 2016.
VS2013A theme similar to MS Visual Stuio 2013.
Windows8A theme similar to MS Windows 8.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Win.Themes.ThemeFamily

参照

C1.Win.Themes 名前空間