Constructor ItemData
ItemData(string, int, ImageSource, bool)
Initializes a new instance of the ItemData class with specified parameters.
public ItemData(string s, int index, ImageSource image, bool useHtmlFormatting)
Parameters
sstringText of this new instance.
indexintIndex of this new instance.
imageImageSourceImage of this new instance.
useHtmlFormattingboolIndicating whether html formatting tags may appear in the text.