InPlaceTextEditor.EditorFont 属性

定义

获取此编辑器的自定义字体。 此属性可能会返回 null,在这种情况下,将使用编辑控件的默认字体。

public:
 property System::Drawing::Font ^ EditorFont { System::Drawing::Font ^ get(); };
public System.Drawing.Font EditorFont { get; }
member this.EditorFont : System.Drawing.Font
Public ReadOnly Property EditorFont As Font

属性值

Font

适用于