AttributedCharacterIteratorAttribute.Reading 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.
An attribute key for the reading, or pronunciation, of text in languages such as Japanese.
[Android.Runtime.Register("READING")]
public static Java.Text.AttributedCharacterIteratorAttribute? Reading { get; }
[<Android.Runtime.Register("READING")>]
static member Reading : Java.Text.AttributedCharacterIteratorAttribute
Property Value
An attribute key whose values are Annotation objects that contain a String reading.
- Attributes
Remarks
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.