Interface ISVGFitToViewBox
Interface ISVGFitToViewBox
ชื่อพื้นที่: Aspose.Html.Dom.Svg การประกอบ: Aspose.HTML.dll (25.4.0)
อินเตอร์เฟซ SVGFitToViewBox defines DOM attributes that apply to elements that have XML attributes ‘viewBox’ และ ‘reserveAspectRatio’.
[ComVisible(true)]
[DOMObject]
[DOMNoInterfaceObject]
public interface ISVGFitToViewBox
Properties
PreserveAspectRatio
เหมาะกับการกําหนด ‘reserveAspectRatio’ บนองค์ประกอบที่ระบุ
[DOMName("preserveAspectRatio")]
SVGAnimatedPreserveAspectRatio PreserveAspectRatio { get; }
คุณสมบัติมูลค่า
SVGAnimatedPreserveAspectRatio
ViewBox
เหมาะสําหรับการกําหนด ‘viewBox’ บนองค์ประกอบที่กําหนด
[DOMName("viewBox")]
SVGAnimatedRect ViewBox { get; }