StringProperty Constructor
Initializes a new instance of the StringProperty class with the specified string.

C# Syntax

protected StringProperty( 
   string str
)

Parameters

str
The string value.