SVGZoomAndPan

Overview

The SVGZoomAndPan interface is used to reflect the zoomAndPan attribute, and is mixed in to other interfaces for elements that support this attribute.

Location


Properties


zoomAndPan

 

property zoomAndPan: UInt16 read write;

 

UInt16 zoomAndPan { get; set; }

 

var zoomAndPan: UInt16 { get{} set{} }

 

UInt16 zoomAndPan { __get; __set; }

 

Property zoomAndPan() As UInt16