Share via


SemanticType Enumeration

Specifies the semantic types used in defining an annotation.

Namespace:  Microsoft.Ink
Assembly:  Microsoft.Ink.Analysis (in Microsoft.Ink.Analysis.dll)

Syntax

'Declaration
Public Enumeration SemanticType
'Usage
Dim instance As SemanticType
public enum SemanticType
public enum class SemanticType
public enum SemanticType

Members

Member name Description
None Signifies the absence of the semantic type.
Underline A straight line segment used for annotation to mark text that should appear with a horizontal line beneath it.
Strikethrough A straight line segment used for annotation to mark text that should appear with a line through it.
Highlight A highlight demarcating the underlying object in order to bring it to the attention of the reader.
ScratchOut A wavy line segment used for erasing content.
VerticalRange A vertical range consisting of one or more ink strokes that span across multiple lines.
Callout A callout consisting of one or more ink strokes connecting two objects to draw attention to a portion of a text or drawing.
Enclosure An enclosure consists of one or more ink strokes that encircle a text, an image or an ink area for emphasizing purpose.
Comment Internal use only.
Container A container consisting of one or more ink strokes that make up a standard shape.
Connector A connector consisting of one or more ink strokes used to connect two objects.

Platforms

Windows 7, Windows Vista, Windows Server 2008 R2, Windows Server 2008

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

See Also

Reference

Microsoft.Ink Namespace