Interface ISVGFitToViewBox

Interface ISVGFitToViewBox

اسم الفضاء : Aspose.Svg جمع: Aspose.SVG.dll (25.5.0)

واجهة SVGFitToViewBox يحدد خصائص DOM التي تنطبق على العناصر التي لديها خصائص XML ‘viewBox’ و ‘حفظAspectRatio’.

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

Properties

PreserveAspectRatio

يتوافق مع إعطاء “حفظAspectRatio” على العنصر المحدد.

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

قيمة الممتلكات

SVGAnimatedPreserveAspectRatio

ViewBox

يتوافق مع إعطاء “viewBox” على العنصر المحدد.

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

قيمة الممتلكات

SVGAnimatedRect

 عربي