[]
Gets or sets the 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 shape. |
Shape shape = new Shape();
shape.AccessibleDescription = "This is a rectangle shape.";