Accessors enumeration
Accessors enumeration
Represents the enumeration of member accessors that is defined by the W3C.
The Accessors type exposes the following members:
Fields
| Field | Description |
|---|---|
| NONE | Specifies that the property does not have any special meaning. |
| GETTER | Specifies that the property or method should be handled as a getter. |
| SETTER | Specifies that the property or method should be handled as a setter. |
| DELETER | Specifies that the property or method should be handled by delete. |
See Also
- module
aspose.svg.dom.attributes