C#
VB
C++
Overrides System.Windows.Forms.Control.Font.
public override Font Font { get; set; }
Public Overrides Property Font() As System.Drawing.Font
Get
Set
public:
virtual property System::Drawing::Font^ Font
{
System::Drawing::Font^ get() override
void set(System::Drawing::Font^ value) override
}
The System.Drawing.Font to apply to the text displayed by the control. The default is the value of the System.Windows.Forms.Control.DefaultFont property.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET