C-DEngine 5.105

TheNMIBaseControl..::..LabelFontSize Property

Sets the Font Size of a Label

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

Syntax


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