Interface ISVGFitToViewBox

Interface ISVGFitToViewBox

Numele spaţiului: Aspose.Html.Dom.Svg Asamblare: Aspose.HTML.dll (25.4.0)

Interfața SVGFitToViewBox definește atributele DOM care se aplică elementelor care au atributele XML „viewBox” și „preserveAspectRatio”.

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

Properties

PreserveAspectRatio

Aceasta corespunde atribuirii „preserveAspectRatio” pe elementul dat.

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

Valoarea proprietății

SVGAnimatedPreserveAspectRatio

ViewBox

Aceasta corespunde atribuirii „viewBox” la elementul dat.

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

Valoarea proprietății

SVGAnimatedRect

 Română