Interface ISVGFitToViewBox

Interface ISVGFitToViewBox

ชื่อพื้นที่: Aspose.Svg การประชุม: Aspose.SVG.dll (25.5.0)

อินเตอร์เฟซ SVGFitToViewBox defines DOM attributes that apply to elements that have XML attributes ‘viewBox’ และ ‘reserveAspectRatio’.

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

Properties

PreserveAspectRatio

เหมาะกับการกําหนด ‘reserveAspectRatio’ บนองค์ประกอบที่ระบุ

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

คุณสมบัติมูลค่า

SVGAnimatedPreserveAspectRatio

ViewBox

เหมาะสําหรับการกําหนด ‘viewBox’ บนองค์ประกอบที่กําหนด

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

คุณสมบัติมูลค่า

SVGAnimatedRect

 แบบไทย