Table of Contents

Interface ISvgViewPort

Namespace
Svg
Assembly
Svg.dll

Provides properties and methods to be implemented by view port elements.

public interface ISvgViewPort

Properties

AspectRatio

SvgAspectRatio AspectRatio { get; set; }

Property Value

SvgAspectRatio

Overflow

SvgOverflow Overflow { get; set; }

Property Value

SvgOverflow

ViewBox

Gets or sets the viewport of the element.

SvgViewBox ViewBox { get; set; }

Property Value

SvgViewBox