RichEditTextRange.StartPosition Property

Definition

Gets or sets the start position of the text range.

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

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

Property Value

Int32

int

The character position to set as the start position of the text range.

Implements

Applies to