ActivityDesignerTheme.BoldFont プロパティ

定義

テーマのフォントを取得します。

public:
 property System::Drawing::Font ^ BoldFont { System::Drawing::Font ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Drawing.Font BoldFont { get; }
[<System.ComponentModel.Browsable(false)>]
member this.BoldFont : System.Drawing.Font
Public ReadOnly Property BoldFont As Font

プロパティ値

テーマの Font

属性

注釈

BoldFont は、テーマで強調表示テキストに使用するフォントを表します。

適用対象