Interface ISvgViewPort
Provides properties and methods to be implemented by view port elements.
Namespace: Svg
Assembly: Svg.dll
Syntax
public interface ISvgViewPort
Properties
|
Improve this Doc
View Source
AspectRatio
Declaration
SvgAspectRatio AspectRatio { get; set; }
Property Value
|
Improve this Doc
View Source
Overflow
Declaration
SvgOverflow Overflow { get; set; }
Property Value
|
Improve this Doc
View Source
ViewBox
Gets or sets the viewport of the element.
Declaration
SvgViewBox ViewBox { get; set; }
Property Value