Search Results for

    Show / Hide Table of Contents

    Class SvgAspectRatio

    Description of SvgAspectRatio.

    Inheritance
    Object
    SvgAspectRatio
    Implements
    ICloneable
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Svg
    Assembly: Svg.dll
    Syntax
    [TypeConverter(typeof(SvgPreserveAspectRatioConverter))]
    public class SvgAspectRatio : ICloneable

    Constructors

    | Improve this Doc View Source

    SvgAspectRatio()

    Declaration
    public SvgAspectRatio()
    | Improve this Doc View Source

    SvgAspectRatio(SvgPreserveAspectRatio)

    Declaration
    public SvgAspectRatio(SvgPreserveAspectRatio align)
    Parameters
    Type Name Description
    SvgPreserveAspectRatio align
    | Improve this Doc View Source

    SvgAspectRatio(SvgPreserveAspectRatio, Boolean)

    Declaration
    public SvgAspectRatio(SvgPreserveAspectRatio align, bool slice)
    Parameters
    Type Name Description
    SvgPreserveAspectRatio align
    Boolean slice
    | Improve this Doc View Source

    SvgAspectRatio(SvgPreserveAspectRatio, Boolean, Boolean)

    Declaration
    public SvgAspectRatio(SvgPreserveAspectRatio align, bool slice, bool defer)
    Parameters
    Type Name Description
    SvgPreserveAspectRatio align
    Boolean slice
    Boolean defer

    Properties

    | Improve this Doc View Source

    Align

    Declaration
    public SvgPreserveAspectRatio Align { get; set; }
    Property Value
    Type Description
    SvgPreserveAspectRatio
    | Improve this Doc View Source

    Defer

    Declaration
    public bool Defer { get; set; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    Slice

    Declaration
    public bool Slice { get; set; }
    Property Value
    Type Description
    Boolean

    Methods

    | Improve this Doc View Source

    Clone()

    Declaration
    public object Clone()
    Returns
    Type Description
    Object
    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()

    Implements

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