Interface ISVGZoomAndPan

Interface ISVGZoomAndPan

Pôvodný názov: Aspose.Html.Dom.Svg Zhromaždenie: Aspose.HTML.dll (25.4.0)

Rozhranie SVGZoomAndPan definuje atribút zoomAndPan a súvisiace konštanty.

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

Properties

ZoomAndPan

Na daný prvok musí byť hodnota jedna z konštantov SVG_ZOOMANDPAN_* definovaných na tomto rozhraní.

[DOMName("zoomAndPan")]
ushort ZoomAndPan { get; set; }

Hodnota nehnuteľnosti

ushort

Exceptions

DOMException

Kód Aspose.Html.Dom.DOMException.NO_MODIFICATION_ALLOWED_ERR.Vyvinutý z pokusu zmeniť hodnotu čítania iba atribút.

 Slovenčina