CoreTextChangedEventArgs.Start 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 start position of the change in the text in the input buffer.
public:
property unsigned int Start { unsigned int get(); };
uint32_t Start();
public uint Start { get; }
var uInt32 = coreTextChangedEventArgs.start;
Public ReadOnly Property Start As UInteger
Property Value
The start position of the change in the text in the input buffer.