Interface ISVGFitToViewBox

Interface ISVGFitToViewBox

Numele spaţiului: Aspose.Svg Adunare: Aspose.SVG.dll (25.5.0)

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

[DOMObject]
[DOMNoInterfaceObject]
[ComVisible(true)]
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ă