UISettings.CaretBlinkRate 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 blink rate of a new caret created by the app view.
public:
property unsigned int CaretBlinkRate { unsigned int get(); };
uint32_t CaretBlinkRate();
public uint CaretBlinkRate { get; }
var uInt32 = uISettings.caretBlinkRate;
Public ReadOnly Property CaretBlinkRate As UInteger
Property Value
The blink rate of the new caret, in milliseconds.