TextConstants.MinUnitCount 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 minimum unit count.
public:
static property int MinUnitCount { int get(); };
static int MinUnitCount();
public static int MinUnitCount { get; }
var int32 = TextConstants.minUnitCount;
Public Shared ReadOnly Property MinUnitCount As Integer
Property Value
Int32
int
The minimum unit count.
Remarks
This value is used as a large negative count for the ITextRange.Move, ITextRange.MoveEnd, and ITextRange.MoveStart methods.