Interface ISVGFitToViewBox

Interface ISVGFitToViewBox

Nazwa przestrzeń: Aspose.Html.Dom.Svg Zestaw: Aspose.HTML.dll (25.4.0)

Interfejs SVGFitToViewBox definiuje atrybuty DOM, które mają zastosowanie do elementów, które mają atrybuty XML „viewBox” i „zapewnijAspectRatio”.

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

Properties

PreserveAspectRatio

Odpowiada za przypisanie „preserveAspectRatio” do danego elementu.

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

Wartość nieruchomości

SVGAnimatedPreserveAspectRatio

ViewBox

Odpowiada za przypisanie „viewBox” do danego elementu.

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

Wartość nieruchomości

SVGAnimatedRect

 Polski