Enum Accessors

Enum Accessors

Namespace: Aspose.Svg.Dom.Attributes
Assembly: Aspose.SVG.dll (25.5.0)

Represents the enumeration of member accessors that is defined by the W3C.

[Flags]
[ComVisible(true)]
public enum Accessors : byte

Fields

Deleter = 4

Specifies that the property or method should be handled by delete.

Getter = 1

Specifies that the property or method should be handled as a getter.

None = 0

Specifies that the property does not have any special meaning.

Setter = 2

Specifies that the property or method should be handled as a setter.

 English