| SVGPatternElementRequiredFeatures Property |
Corresponds to attribute ‘requiredFeatures’ on the given element.
Namespace: Aspose.Html.Dom.SvgAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic SVGStringList RequiredFeatures { get; }Public ReadOnly Property RequiredFeatures As SVGStringList
Get
public:
virtual property SVGStringList^ RequiredFeatures {
SVGStringList^ get () sealed;
}abstract RequiredFeatures : SVGStringList with get
override RequiredFeatures : SVGStringList with get
Property Value
Type:
SVGStringList
The required features.
Implements
ISVGTestsRequiredFeatures
See Also