AnalysisHintNode.TopInkBreaksOnly Property
Gets or sets a value indicating whether multiple segmentations in the ink recognition results are disabled.
Namespace: System.Windows.Ink
Assembly: IAWinFX (in IAWinFX.dll)
Syntax
'Declaration
Public Property TopInkBreaksOnly As Boolean
'Usage
Dim instance As AnalysisHintNode
Dim value As Boolean
value = instance.TopInkBreaksOnly
instance.TopInkBreaksOnly = value
public bool TopInkBreaksOnly { get; set; }
public:
property bool TopInkBreaksOnly {
bool get ();
void set (bool value);
}
public function get TopInkBreaksOnly () : boolean
public function set TopInkBreaksOnly (value : boolean)
Property Value
Type: System.Boolean
true if the multiple segmentations in the ink recognition results are disabled; otherwise, false.
Remarks
TopInkBreaksOnly is used to turn off the InkRecognizer's ability to return recognition results based on more than one recognition segment of ink. Each segment corresponds to a word (in recognizers of Latin script) or a character (in recognizers of East Asian characters). For example, the word "together" returns alternates when it is treated as a single word and when the recognizer does not consider variations of the word such as "to get her" or other segmentations. The default value is false, returning all detected segmentations.
Platforms
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Version Information
.NET Framework
Supported in: 3.0