featurePropertiesAccessibility_PaneCaptionElement Property |
Specifies that console pane captions should be wrapped in this HTML element in order to improve accessibility. Typically a H1 - H6 element is specified as screen readers will take advantage of these.
Namespace:
SystemProperties
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax HtmlTextWriterTag Accessibility_PaneCaptionElement { get; }
ReadOnly Property Accessibility_PaneCaptionElement As HtmlTextWriterTag
Get
Property Value
Type:
HtmlTextWriterTagSpecifies that console pane captions should be wrapped in this HTML element in order to improve accessibility. Typically a H1 - H6 element is specified as screen readers will take advantage of these.
See Also