ViewConfiguration.TextCursorBlinkIntervalMillis 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.
Returns the duration in milliseconds of the text cursor blink interval, which is the elapsed time between inversions of the color of the text cursor's pixels.
public virtual int TextCursorBlinkIntervalMillis { [Android.Runtime.Register("getTextCursorBlinkIntervalMillis", "()I", "GetGetTextCursorBlinkIntervalMillisHandler", ApiSince=36)] get; }
[<get: Android.Runtime.Register("getTextCursorBlinkIntervalMillis", "()I", "GetGetTextCursorBlinkIntervalMillisHandler", ApiSince=36)>]
member this.TextCursorBlinkIntervalMillis : int
Property Value
the duration in milliseconds of the text cursor blink interval
- Attributes
Remarks
Returns the duration in milliseconds of the text cursor blink interval, which is the elapsed time between inversions of the color of the text cursor's pixels.
The value is user-configurable and is constrained to the following range: <ul> <li>0 (don't blink) <li>>= 333 (fast blink, the minimum blink interval that is comfortable for photosensitivity) </ul>
Java documentation for android.view.ViewConfiguration.getTextCursorBlinkIntervalMillis().
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.