Ribbon for WinForms
StyleFont 列挙体

C1.Win.Ribbon.4.5.2 アセンブリ > C1.Win.Ribbon 名前空間 : StyleFont 列挙体
Named style fonts.
シンタックス
'宣言
 
Public Enum StyleFont 
   Inherits System.Enum
public enum StyleFont : System.Enum 
メンバ
メンバ解説
AppButtonHotTextThe font used for drawing text on application menu button.
AppButtonTextThe font used for drawing text on application menu button.
FontSampleDefault text font for elements of RibbonFontComboBox.
FormTitleFont used for drawing the window caption text.
GroupTextText font used for group caption.
MenuBoldText font used in labels of large menu items.
MenuHeaderText font used in menu headers.
NoneValue used as default for StyleFont enumeration.
TabGroupThe font used for drawing caption of contextual tab groups.
TabHotTextThe font used for drawing 'hot' tab caption.
TabTextThe font used for drawing tab caption.
TextThe font used for drawing text on C1Ribbon and C1StatusBar.
TooltipThe default font used to display tooltips.
継承階層

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

参照

C1.Win.Ribbon 名前空間