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
Overflow
SvgOverflow Overflow { get; set; }
Property Value
ViewBox
Gets or sets the viewport of the element.
SvgViewBox ViewBox { get; set; }