C-DEngine 5.105

TheNMIBaseControl..::..FontSize Property

The Font Size in Pixels

Namespace:  nsCDEngine.Engines.NMIService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public int FontSize { get; set; }
Public Property FontSize As Integer
	Get
	Set
public:
property int^ FontSize {
	int^ get ();
	void set (int^ value);
}