Interface ISVGFitToViewBox
Interface ISVGFitToViewBox
İsim alanı : Aspose.Svg Toplantı: Aspose.SVG.dll (25.5.0)
SVGFitToViewBox arayüzü, XML özellikleri ‘viewBox’ ve ‘reserveAspectRatio’ olan elemanlar için geçerli olan DOM özelliklerini tanımlar.
[DOMObject]
[DOMNoInterfaceObject]
[ComVisible(true)]
public interface ISVGFitToViewBox
Properties
PreserveAspectRatio
Belirlenen öğeye ‘reserveAspectRatio’ atıfta bulunur.
[DOMName("preserveAspectRatio")]
SVGAnimatedPreserveAspectRatio PreserveAspectRatio { get; }
Mülkiyet Değer
SVGAnimatedPreserveAspectRatio
ViewBox
Belirlenen öğeye ‘viewBox’ atıfta bulunur.
[DOMName("viewBox")]
SVGAnimatedRect ViewBox { get; }