TextInfo.IsReadOnly Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a value indicating whether the current TextInfo object is read-only.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Booleantrue if the current TextInfo object is read-only; otherwise, false.
If the IsReadOnly property is true, the application cannot change any of the properties of the current TextInfo object.
Show: