Interface ISVGFitToViewBox

Interface ISVGFitToViewBox

İsim alanı : Aspose.Html.Dom.Svg Görüntüleme: Aspose.HTML.dll (25.4.0)

SVGFitToViewBox arayüzü, XML özellikleri ‘viewBox’ ve ‘reserveAspectRatio’ olan elemanlar için geçerli olan DOM özelliklerini tanımlar.

[ComVisible(true)]
[DOMObject]
[DOMNoInterfaceObject]
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; }

Mülkiyet Değer

SVGAnimatedRect

 Türkçe