Class TextMark
Default implementation of the ITextMark interface.
Implements
Inherited Members
Namespace: Sdl.DesktopEditor .EditorApi .Implementation
Assembly: Sdl.DesktopEditor.EditorApi.dll
Syntax
public class TextMark : ITextMark
Constructors
TextMark(ContentRange, TextMarkLayer, ITextMarkPainter)
Set the text mark properties.
Declaration
public TextMark(ContentRange range, TextMarkLayer layer, ITextMarkPainter painter)
Parameters
Type | Name | Description |
---|---|---|
Content |
range | |
Text |
layer | |
IText |
painter |
Properties
Layer
Default implementation.
Declaration
public virtual TextMarkLayer Layer { get; set; }
Property Value
Type | Description |
---|---|
Text |
Painter
Default implementation.
Declaration
public virtual ITextMarkPainter Painter { get; set; }
Property Value
Type | Description |
---|---|
IText |
Range
Default implementation.
Declaration
public virtual ContentRange Range { get; set; }
Property Value
Type | Description |
---|---|
Content |