ActivityDesignerTheme.Font 屬性

定義

取得主題所使用的文字字型。

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

屬性值

Font

設計工具主題的字型。

屬性

備註

Font 用於顯示設計工具中的文字。 Font 屬性可決定用於設計工具中顯示之標準文字的字型。

適用於