Class AnnotationMarkerBase
Represents a marker inside a Rad
Inherited Members
Namespace: Telerik.WinForms.Documents.Model
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public abstract class AnnotationMarkerBase : Inline, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor
Constructors
AnnotationMarkerBase()
Declaration
protected AnnotationMarkerBase()
Properties
AnnotationID
Gets or sets the annotation identifier.
Declaration
[XamlSerializable]
public int AnnotationID { get; set; }
Property Value
System. The annotation identifier. |
BackspaceBehavior
Represents the behavior when the Backspace key is pressed over the annotation.
Declaration
public virtual AnnotationMarkerDeleteBehavior BackspaceBehavior { get; }
Property Value
Annotation The backspace behavior. |
DeleteBehavior
Represents the behavior when the Delete key is pressed over the annotation.
Declaration
public virtual AnnotationMarkerDeleteBehavior DeleteBehavior { get; }
Property Value
Annotation The delete behavior. |
DeleteSelectedBehavior
Represents the behavior when the annotation is selected and Backspace or Delete keys are pressed.
Declaration
public virtual AnnotationMarkerDeleteBehavior DeleteSelectedBehavior { get; }
Property Value
Annotation The delete selected behavior. |
IsCopyable
Gets a value indicating whether this instance is copyable.
Declaration
public override bool IsCopyable { get; }
Property Value
System.
|
Overrides
IsWordSeparator
Determines whether the annotation should be treated as word separator.
Declaration
public virtual bool IsWordSeparator { get; }
Property Value
System.
|
SkipPositionAfter
A negation of the Skip
Exactly one of the positions must be skipped.
Declaration
public virtual bool SkipPositionAfter { get; }
Property Value
System.
|
SkipPositionBefore
Determines if the Caret
If the value of this property is true
for an Annotation
the newly inserted text will be considered as part of the annotation. Vice versa, if it is set to false
, the typed text will be inserted before the annotation.
Declaration
public abstract bool SkipPositionBefore { get; }
Property Value
System.
|
Methods
CopyPropertiesFromOverride(DocumentElement)
Copies the properties from another document element to the current instance.
Declaration
protected override void CopyPropertiesFromOverride(DocumentElement fromElement)
Parameters
Document The Annotation |
Overrides
CreateLayoutBox(DocumentStructureCollection)
Creates a Layout
Declaration
public override LayoutBox CreateLayoutBox(DocumentStructureCollection documentCollection)
Parameters
Document The document collection. |