Search Results for

    Show / Hide Table of Contents

    Class TextMark

    Default implementation of the ITextMark interface.

    Inheritance
    System.Object
    TextMark
    Implements
    ITextMark
    Inherited Members
    System.Object.ToString()
    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: 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
    ContentRange range
    TextMarkLayer layer
    ITextMarkPainter painter

    Properties

    Layer

    Default implementation.

    Declaration
    public virtual TextMarkLayer Layer { get; set; }
    Property Value
    Type Description
    TextMarkLayer

    Painter

    Default implementation.

    Declaration
    public virtual ITextMarkPainter Painter { get; set; }
    Property Value
    Type Description
    ITextMarkPainter

    Range

    Default implementation.

    Declaration
    public virtual ContentRange Range { get; set; }
    Property Value
    Type Description
    ContentRange

    Implements

    ITextMark

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

    • Constructors
      • TextMark(ContentRange, TextMarkLayer, ITextMarkPainter)
    • Properties
      • Layer
      • Painter
      • Range
    • Implements
    • Extension Methods
    Back to top Generated by DocFX