Class AnnotationRangeMarkerBase
A base class representing the marker of an annotation range.
Inheritance
System.Object
AnnotationRangeMarkerBase
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Documents.Model
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public abstract class AnnotationRangeMarkerBase : AnnotationMarkerBase, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor
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
|