[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Shape.AccessibleDescription

AccessibleDescription Property

AccessibleDescription

Gets or sets the description of the control used by accessibility client applications.

Declaration
public ExpressionInfo AccessibleDescription { get; set; }
Property Value
Type Description
ExpressionInfo

An ExpressionInfo object representing the accessible description of the shape.

Examples
Shape shape = new Shape();
shape.AccessibleDescription = "This is a rectangle shape.";