Search Results for

    Show / Hide Table of Contents

    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
    Type Description
    SvgAspectRatio
    | Improve this Doc View Source

    Overflow

    Declaration
    SvgOverflow Overflow { get; set; }
    Property Value
    Type Description
    SvgOverflow
    | Improve this Doc View Source

    ViewBox

    Gets or sets the viewport of the element.

    Declaration
    SvgViewBox ViewBox { get; set; }
    Property Value
    Type Description
    SvgViewBox
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX