ActionDescription Property

Gets or sets a string that describes the primary method of manipulation for the Silverlight plug-in instance and/or its content from the user's viewpoint.

XAML
Cannot be used in XAML.
Scripting
value = object.ActionDescription
object.ActionDescription = value

Property Value

string

A string that provides a description for the Silverlight plug-in instance and its content.

This property is read-write. The default is an empty string.

Remarks

The ActionDescription property should be a verb or a short verb phrase that hints at possible interaction in the UI. For example, if the Silverlight content area serves the purpose of playing a video trailer, and then hooks up a Canvas-level mouse click event that navigates to a new HTML page, you might report the ActionDescription as "After the video plays, click here for more."

Applies To

Accessibility

See Also

Accessibility