The factor by which fonts are to be scaled.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double ScaleFont { get; set; }
Public Overridable Property ScaleFont As Double
Get
Set
public:
virtual property double ScaleFont {
double get ();
void set (double value);
}
abstract ScaleFont : float with get, set
override ScaleFont : float with get, set
Property Value
Type:
Double
A
double containing the font scaling factor.
See Also