[]
        
(Showing Draft Content)

C1.WPF.Document.C1TextRange

C1TextRange Struct

Represents a continuous range of text.

Namespace: C1.WPF.Document
Assembly: C1.WPF.Document.4.6.2.dll
Syntax
public struct C1TextRange

Constructors

Name Description
C1TextRange(int, int)

Initializes a new instance of the C1TextRange struct.

Fields

Name Description
Full

Represents the full (all-inclusive) range.

Properties

Name Description
EndPosition

Gets or sets the end position (inclusive) of the text range.

Length

Gets or sets the length of the text range.

StartPosition

Gets or sets the 0-based start position in the text range.

Methods

Name Description
Contains(int)

Tests whether a specified position is contained within the current range.