InPlaceTextEditor.EditorFont 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取此编辑器的自定义字体。 此属性可能会返回 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