Class AnnotationMarkerLayoutBox
Inheritance
System.Object
AnnotationMarkerLayoutBox
Inherited Members
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.Layout
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class AnnotationMarkerLayoutBox : InlineLayoutBox, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor
Constructors
AnnotationMarkerLayoutBox(DocumentElement, DocumentStructureCollection)
Declaration
public AnnotationMarkerLayoutBox(DocumentElement associatedDocumentElement, DocumentStructureCollection collection)
Parameters
DocumentElement
associatedDocumentElement
|
DocumentStructureCollection
collection
|
Properties
AssociatedAnnotationMarker
Declaration
public AnnotationMarkerBase AssociatedAnnotationMarker { get; }
Property Value
AnnotationMarkerBase
|
BaselineOffset
Declaration
public override float BaselineOffset { get; }
Property Value
System.Single
|
Overrides
HasVisualRepresentation
Declaration
public override bool HasVisualRepresentation { get; }
Property Value
System.Boolean
|
Overrides
HasWidthAtTheEndOfLine
Declaration
public override bool HasWidthAtTheEndOfLine { get; }
Property Value
System.Boolean
|
Overrides
IsReadonly
Declaration
public override bool IsReadonly { get; }
Property Value
System.Boolean
|
Overrides
IsSplittable
Declaration
public override bool IsSplittable { get; }
Property Value
System.Boolean
|
Overrides
PositionsCountInBox
Declaration
public override int PositionsCountInBox { get; }
Property Value
System.Int32
|
Overrides
Text
Declaration
public override string Text { get; set; }
Property Value
System.String
|
Overrides
Methods
CreateLayoutElement()
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
SizeF
availableSize
|
Returns
SizeF
|