TextConstants.MaxUnitCount Property

Definition

Gets the maximum unit count.

public:
 static property int MaxUnitCount { int get(); };
static int MaxUnitCount();
public static int MaxUnitCount { get; }
var int32 = TextConstants.maxUnitCount;
Public Shared ReadOnly Property MaxUnitCount As Integer

Property Value

Int32

int

The maximum unit count.

Remarks

This value is used as a large positive count for the ITextRange.Move, ITextRange.MoveEnd, and ITextRange.MoveStart methods.

Applies to