ICSS2Properties.Speak

ICSS2Properties.Speak property

This property specifies whether text will be rendered aurally and if so, in what manner (somewhat analogous to the ‘display’ property). The possible values are:

none - Suppresses aural rendering so that the element requires no time to render. Note, however, that descendants may override this value and will be spoken. (To be sure to suppress rendering of an element and its descendants, use the ‘display’ property).normal - Uses language-dependent pronunciation rules for rendering an element and its children.spell-out - Spells the text one letter at a time (useful for acronyms and abbreviations).

public string Speak { get; set; }

Return Value

speak property

See Also