ArcObjects Library Reference (Editor)  

IEditAnnotationProperties.MultiWordSelectionSymbol Property

Symbol used to draw selected words in multiword annotation.

[Visual Basic .NET]
Public Property MultiWordSelectionSymbol As ISymbol
[C#]
public ISymbol MultiWordSelectionSymbol {get; set;}

Product Availability

Available with ArcGIS Desktop.

Remarks

This property controls the symbology used to define the selected paths (words) of a multiword annotation.  Multipart annotation is stored as a series of paths allowing each path's position to be modified independently from the remaining paths of the annotation feature.  You can check to see if an annotation feature contains multiple paths using the IMultipartTextElement::IsMultipart property.

See Also

IEditAnnotationProperties Interface