Set and get the default font size for the field.

Namespace:  InfigoSDK
Assembly:  InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
double FontSize { get; set; }
Visual Basic (Declaration)
Property FontSize As Double
Visual C++
property double FontSize {
	double get ();
	void set (double value);
}

See Also