[]
Gets or sets a description of the control used by accessibility client applications.
public ExpressionInfo AccessibleDescription { get; set; }
| Type | Description |
|---|---|
| ExpressionInfo | An ExpressionInfo object representing the accessible description of the image. |
Image image = new Image();
image.AccessibleDescription = "Image of a product.";