Gets and sets the minimal "thickness" of spaces that fall between sections of text that will be inverted. This minimum value indicates those sections of text to be treated as one section based on how close they are to one another.
As an example, you could have three adjacent sections of white text on black backgrounds that contain the words, "There," "is," and "hope." If "There" and "hope" meet your minimum size requirements they will be inverted. If "is" is below your minimum size requirements and you have not set IGICCtl.InvertWhiteTextOptions.MinT to a small enough value, "is" will note be inverted, resulting in "There" and "hope" looking normal, while "is" remains white text on black background. To prevent this (if desired), you would need to set IGICCtl.InvertWhiteTextOptions.MinT to the value small enough to include the spaces before and after the word "is." This way, all the words would be treated as one section and inverted together.
Read-write property
Long
Default Value: 10
Valid Values: Any
N/A
Ip_Fx