Interface ISVGFitToViewBox

Interface ISVGFitToViewBox

ja nimityö: Aspose.Svg Kokous: Aspose.SVG.dll (25.5.0)

Interface SVGFitToViewBox määrittelee DOM-ominaisuuksia, jotka koskevat elementtejä, joilla on XML-ominaisuuksia ”viewBox” ja ”reserveAspectRatio”.

[DOMObject]
[DOMNoInterfaceObject]
[ComVisible(true)]
public interface ISVGFitToViewBox

Properties

PreserveAspectRatio

Se vastaa määrittämistä ‘reserveAspectRatio’ tietylle elementille.

[DOMName("preserveAspectRatio")]
SVGAnimatedPreserveAspectRatio PreserveAspectRatio { get; }

Omistuksen arvo

SVGAnimatedPreserveAspectRatio

ViewBox

Se vastaa ”viewBox” määrittämistä tietylle elementille.

[DOMName("viewBox")]
SVGAnimatedRect ViewBox { get; }

Omistuksen arvo

SVGAnimatedRect

 Suomi