Returns the minimum logical font size for the web view.
Original signature is '- (int)minimumLogicalFontSize'
Available in Mac OS X v10.3.9 and later.

Declaration Syntax
public virtual int MinimumLogicalFontSize { get; set; }
Public Overridable Property MinimumLogicalFontSize As Integer
Get
Set
public:
virtual property int MinimumLogicalFontSize {
int get ();
void set (int value);
}

Version Information
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)
Assembly:
Monobjc.WebKit (Module: Monobjc.WebKit)