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; }