Text size of error messages

Namespace:  am.Charts
Assembly:  am.Charts (in am.Charts.dll)
Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public FontUnit ErrorMessagesTextSize { get; set; }
Visual Basic (Declaration)
Public Property ErrorMessagesTextSize As FontUnit
Visual C++
public:
property FontUnit ErrorMessagesTextSize {
	FontUnit get ();
	void set (FontUnit value);
}

See Also