// niklas@protocol7.com // 100 namespace SharpVectors.Dom.Svg { /// /// The SvgZoomAndPan interface defines attribute "zoomAndPan" and associated constants. /// public interface ISvgZoomAndPan { SvgZoomAndPanType ZoomAndPan { get; set; } } }