Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgSymbolElement Class / PreserveAspectRatio Property

In This Topic
    PreserveAspectRatio Property (SvgSymbolElement)
    In This Topic
    Gets or sets a value indicating how referenced objects should be fitted with respect to the reference rectangle.
    Syntax
    'Declaration
     
    Public Property PreserveAspectRatio As System.Nullable(Of SvgPreserveAspectRatio)
    public System.Nullable<SvgPreserveAspectRatio> PreserveAspectRatio {get; set;}
    See Also