Share via


SemanticType Enumeration

Specifies the semantic types used in defining an annotation.

Namespace:  System.Windows.Ink
Assembly:  IAWinFX (in IAWinFX.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 to annotate text with a horizontal line beneath it.
Strikethrough A straight line segment used to annotate text by drawing 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 annotation.
VerticalRange A vertical range consisting of one or more ink strokes spanning across multiple lines.
Callout A callout consisting of one or more ink strokes connecting two objects. A callout draws attention to a portion of a text or drawing, usually accompanied by a line pointing to the particular area.
Enclosure An enclosure consisting of one or more ink strokes that encircle a text, image, or ink area which are used for emphasizing purposes.
Comment Not available.
Container A container consisting of one or more ink strokes that comprise a standard shape.
Connector A connector consisting of one or more ink strokes used to connect two objects.

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

See Also

Reference

System.Windows.Ink Namespace