Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgPreserveAspectRatio Structure / MeetOrSlice Property

In This Topic
    MeetOrSlice Property
    In This Topic
    Gets or sets a value specifying the method of scaling the element's 'viewBox' within the SVG viewport.
    Syntax
    'Declaration
     
    Public Property MeetOrSlice As SvgMeetOrSlice
    public SvgMeetOrSlice MeetOrSlice {get; set;}
    See Also