AccessibleDescription Property (Shape)
Gets or sets the description of the control used by accessibility client applications.
Property Value
An
GrapeCity.Enterprise.Data.Expressions.ExpressionInfo object representing the accessible description of the shape.
Shape shape = new Shape();
shape.AccessibleDescription = "This is a rectangle shape.";