AnalysisHintNode.TopInkBreaksOnly Property

Gets or sets a value indicating whether the multiple segmentations in the ink recognition results are disabled.

Namespace: System.Windows.Ink
Assembly: IAWinFX (in iawinfx.dll)
XML Namespace:  https://schemas.microsoft.com/winfx/2006/xaml/presentation

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);
}
/** @property */
public boolean get_TopInkBreaksOnly ()

/** @property */
public void set_TopInkBreaksOnly (boolean value)
public function get TopInkBreaksOnly () : boolean

public function set TopInkBreaksOnly (value : boolean)
Not applicable.

Property Value

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 the 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 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

Version Information

.NET Framework

Supported in: 3.0

See Also

Reference

AnalysisHintNode Class
AnalysisHintNode Members
System.Windows.Ink Namespace