Accessors Enum
Accessors enumeration
Represents the enumeration of member accessors that is defined by the W3C.
[Flags]
public enum Accessors : byte
Values
Name | Value | Description |
---|---|---|
None | 0 | Specifies that the property does not have any special meaning. |
Getter | 1 | Specifies that the property or method should be handled as a getter. |
Setter | 2 | Specifies that the property or method should be handled as a setter. |
Deleter | 4 | Specifies that the property or method should be handled by delete. |
See Also
- namespace Aspose.Svg.Dom.Attributes
- assembly Aspose.SVG