ISVGTests Interface

ISVGTests interface

Interface SVGTests defines an interface which applies to all elements which have attributes ‘requiredFeatures’, ‘requiredExtensions’ and ‘systemLanguage’.

public interface ISVGTests

Properties

NameDescription
RequiredExtensions { get; }Corresponds to attribute ‘requiredExtensions’ on the given element.
RequiredFeatures { get; }Corresponds to attribute ‘requiredFeatures’ on the given element.
SystemLanguage { get; }Corresponds to attribute ‘systemLanguage’ on the given element.

See Also