Interface ISVGFitToViewBox
Interface ISVGFitToViewBox
اسم الفضاء : Aspose.Html.Dom.Svg مجموعة: Aspose.HTML.dll (25.4.0)
واجهة SVGFitToViewBox يحدد خصائص DOM التي تنطبق على العناصر التي لديها خصائص XML ‘viewBox’ و ‘حفظAspectRatio’.
[ComVisible(true)]
[DOMObject]
[DOMNoInterfaceObject]
public interface ISVGFitToViewBox
Properties
PreserveAspectRatio
يتوافق مع إعطاء “حفظAspectRatio” على العنصر المحدد.
[DOMName("preserveAspectRatio")]
SVGAnimatedPreserveAspectRatio PreserveAspectRatio { get; }
قيمة الممتلكات
SVGAnimatedPreserveAspectRatio
ViewBox
يتوافق مع إعطاء “viewBox” على العنصر المحدد.
[DOMName("viewBox")]
SVGAnimatedRect ViewBox { get; }