Gets or sets whether or not the returned string should be in upper case. The default is false.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public bool IsUpperCase { get; set; }
Visual Basic
Public Property IsUpperCase As Boolean
	Get
	Set
Visual C++
public:
property bool IsUpperCase {
	bool get ();
	void set (bool value);
}

See Also