Interface ISVGFitToViewBox
Interface ISVGFitToViewBox
Nama dari : Aspose.Svg Asosiasi: Aspose.SVG.dll (25.5.0)
Interface SVGFitToViewBox mendefinisikan atribut DOM yang berlaku untuk elemen yang memiliki atribut XML ‘viewBox’ dan ‘reserveAspectRatio’.
[DOMObject]
[DOMNoInterfaceObject]
[ComVisible(true)]
public interface ISVGFitToViewBox
Properties
PreserveAspectRatio
Sesuai dengan atribut ‘reserveAspectRatio’ pada elemen yang diberikan.
[DOMName("preserveAspectRatio")]
SVGAnimatedPreserveAspectRatio PreserveAspectRatio { get; }
Nilai Properti
SVGAnimatedPreserveAspectRatio
ViewBox
Sesuai dengan atribut ‘viewBox’ pada elemen yang diberikan.
[DOMName("viewBox")]
SVGAnimatedRect ViewBox { get; }