Class AnnotationRangeMarkerBase
A base class representing the marker of an annotation range.
Inherited Members
Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Documents.dll
Syntax
public abstract class AnnotationRangeMarkerBase : AnnotationMarkerBase
Constructors
AnnotationRangeMarkerBase()
Declaration
protected AnnotationRangeMarkerBase()
Properties
IsPaired
Gets a value indicating whether this instance is paired.
Declaration
public abstract bool IsPaired { get; }
Property Value
System.Boolean
|