Class LineAnnotation
Represents an annotation of type Line.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Model.Annotations
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class LineAnnotation : MarkupAnnotation, IFixedDocumentElement, IInstanceIdOwner, IContextClonable<Annotation>, IContentAnnotation
Properties
End
Gets or sets the ending point of the annotation.
Declaration
public Point End { get; set; }
Property Value
System.Windows.Point
|
EndLineEndingType
Gets or sets the line ending type for the end of the line.
Declaration
public LineEndingType EndLineEndingType { get; set; }
Property Value
LineEndingType
|
Start
Gets or sets the starting point of the annotation.
Declaration
public Point Start { get; set; }
Property Value
System.Windows.Point
|
StartLineEndingType
Gets or sets the line ending type for the start of the line.
Declaration
public LineEndingType StartLineEndingType { get; set; }
Property Value
LineEndingType
|
Type
Gets the type of the annotation.
Declaration
public override AnnotationType Type { get; }
Property Value
AnnotationType
The type of the annotation. |
Overrides
Methods
RecalculateContent()
Recalculates the annotation AnnotationContentSource content based on annotations text properties and dynamic appearance characteristics if there are such.
Declaration
public override void RecalculateContent()