Search Results for

    Show / Hide Table of Contents

    Enum SvgCoordinateUnits

    Defines the various coordinate units certain SVG elements may use.

    Namespace: Svg
    Assembly: Svg.dll
    Syntax
    [TypeConverter(typeof(SvgCoordinateUnitsConverter))]
    public enum SvgCoordinateUnits

    Fields

    Name Description
    ObjectBoundingBox

    Indicates that the coordinate system of the owner element is to be used.

    UserSpaceOnUse

    Indicates that the coordinate system of the entire document is to be used.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX