Gets or sets a value indicating whether the word containing the character is uncertain.
Syntax
'Declaration
Public Property WordUncertain As Boolean
'Usage
Dim instance As ImGearRecLetter
Dim value As Boolean
instance.WordUncertain = value
value = instance.WordUncertain
public bool WordUncertain {get; set;}
public: __property bool get_WordUncertain();
public: __property void set_WordUncertain(
bool value
);
public:
property bool WordUncertain {
bool get();
void set ( bool value);
}
Property Value
Boolean value.
See Also