RichEditTextRange.StartPosition Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.