SVGPathSegArcAbs.SweepFlag

SVGPathSegArcAbs.SweepFlag property

The value of the sweep-flag parameter.

public bool SweepFlag { get; set; }

Property Value

The sweep-flag parameter.

Exceptions

exceptioncondition
DOMExceptionCode NO_MODIFICATION_ALLOWED_ERR. Raised on an attempt to change the value of a read only attribute.

See Also