TextConstants.MaxUnitCount 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 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.