DrawingMetadata Class
Represents a set of non-visual properties which shall be applied to the parent DrawingElement.
- Inheritance:
- System.ObjectDrawingMetadata
Properties
Description
Gets or sets the alternative text for the current element, for use by assistive technologies or applications which will not display the current element.
Property Value
- System.String
The alternative text for the current element, for use by assistive technologies or applications which will not display the current element.
Name
Gets or sets the name of this drawing.
Property Value
- System.String
The name of this drawing.
Title
Gets or sets the title, caption, for the current element.
Property Value
- System.String
The title for the current element.
Methods
ToString()
Returns a System.String that represents this DrawingMetadata instance.
Returns
- System.String
A System.String that represents this DrawingMetadata instance.
Overrides
Remarks
This method should be used primarily for debugging purposes and should be considered volatile (format of its return value might change in future versions).