RichEditTextRange.EndPosition Property

Definition

Gets or sets the end character position of the text range.

public:
 property int EndPosition { int get(); void set(int value); };
int EndPosition();

void EndPosition(int value);
public int EndPosition { get; set; }
var int32 = richEditTextRange.endPosition;
richEditTextRange.endPosition = int32;
Public Property EndPosition As Integer

Property Value

Int32

int

The end character position.

Implements

Applies to