Click or drag to resize

AnnotationBaseTextHasRtfFormatting Property

Gets a value indicating whether the annotation's text is formatted as RTF (Rich Text Format). Returns true if the text begins with an RTF header; otherwise, false.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public bool TextHasRtfFormatting { get; }

Property Value

Type: Boolean
See Also