[]
Gets or sets the description of the control for accessibility client applications.
public ExpressionInfo AccessibleDescription { get; set; }
Type | Description |
---|---|
ExpressionInfo | An ExpressionInfo object representing the accessible description. |
Line line = new Line();
line.AccessibleDescription = "This is a vertical line.";