RichEditTextRange.StoryLength Property

Definition

Gets the count of characters in the story of the text range.

public:
 property int StoryLength { int get(); };
int StoryLength();
public int StoryLength { get; }
var int32 = richEditTextRange.storyLength;
Public ReadOnly Property StoryLength As Integer

Property Value

Int32

int

The count of characters in the story.

Implements

Applies to