Class CodeAnnotationRangeStart
Inheritance
System.Object
CodeAnnotationRangeStart
Inherited Members
Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Documents.dll
Syntax
public class CodeAnnotationRangeStart : AnnotationRangeStart, ICodeRangeMarker
Constructors
CodeAnnotationRangeStart()
Declaration
public CodeAnnotationRangeStart()
Properties
IsAlternatingLinesEnabled
Declaration
[XamlSerializable]
public bool IsAlternatingLinesEnabled { get; set; }
Property Value
System.Boolean
|
IsLineNumberingEnabled
Declaration
[XamlSerializable]
public bool IsLineNumberingEnabled { get; set; }
Property Value
System.Boolean
|
IsRangeEditable
Declaration
public override bool IsRangeEditable { get; }
Property Value
System.Boolean
|
Overrides
Language
Declaration
[XamlSerializable]
public string Language { get; set; }
Property Value
System.String
|
SkipPositionBefore
Declaration
public override bool SkipPositionBefore { get; }
Property Value
System.Boolean
|
Overrides
Methods
CopyContentFromOverride(DocumentElement)
Declaration
protected override void CopyContentFromOverride(DocumentElement fromElement)
Parameters
DocumentElement
fromElement
|
Overrides
CopyPropertiesFromOverride(DocumentElement)
Declaration
protected override void CopyPropertiesFromOverride(DocumentElement fromElement)
Parameters
DocumentElement
fromElement
|
Overrides
CreateNewElementInstance()
Declaration
protected override DocumentElement CreateNewElementInstance()
Returns
DocumentElement
|