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 属性确定用于设计器中显示的常规文本的字体。

适用于